summaryrefslogtreecommitdiffstats
path: root/lilo/Pkgfile
blob: f632813b80409ee0ab0fa1121b113f398c7be513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
description="LInux boot LOader"
packager=""
maintainer="CRUX System Team, core-ports at crux dot nu"
url="http://lilo.alioth.debian.org/"
depends=(libdevmapper)

name=lilo
version=23.1
release=1
source=(http://lilo.alioth.debian.org/ftp/upstream/sources/lilo-23.1.tar.gz lilo-config.patch lilo.conf)
build () 
{ 
    cd $name-$version;
    patch -p1 -i $SRC/$name-config.patch;
    make all;
    make DESTDIR=$PKG install;
    install -m 644 $SRC/lilo.conf $PKG/etc
}