core/lilo/Pkgfile

19 lines
505 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: LInux boot LOader
# URL: http://tldp.org/HOWTO/LILO.html
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=lilo
2007-02-20 15:39:44 +01:00
version=22.8
release=1
2006-02-23 16:26:10 +01:00
source=(http://home.san.rr.com/johninsd/pub/linux/lilo/$name-$version.src.tar.gz \
2007-02-20 15:39:44 +01:00
$name-config.patch lilo.conf)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2007-02-20 15:39:44 +01:00
patch -p1 -i $SRC/$name-config.patch
2006-02-23 16:26:10 +01:00
make all
make ROOT=$PKG install
2007-02-20 15:39:44 +01:00
install -m 644 $SRC/lilo.conf $PKG/etc
rm $PKG/{sbin/mkrescue,usr/man/man8/mkrescue.8}
2006-02-23 16:26:10 +01:00
}