core/lilo/Pkgfile

20 lines
536 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
2009-07-27 10:31:47 +02:00
# Depends on: libdevmapper
2006-02-23 16:26:10 +01:00
name=lilo
2007-02-20 15:39:44 +01:00
version=22.8
release=2
2009-01-01 17:22:25 +01:00
source=(http://www.ibiblio.org/pub/Linux/system/boot/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
}