core/lilo/Pkgfile

20 lines
512 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
2006-08-12 11:30:55 +02:00
version=22.7.3
release=3
2006-02-23 16:26:10 +01:00
source=(http://home.san.rr.com/johninsd/pub/linux/lilo/$name-$version.src.tar.gz \
$name-$version.patch lilo.conf)
build() {
cd $name-$version
2006-08-12 11:30:55 +02:00
patch -p0 < ../$name-$version.patch
2006-02-23 16:26:10 +01:00
make all
make ROOT=$PKG install
install -m 644 ../lilo.conf $PKG/etc
rm -rf $PKG/sbin/mkrescue \
$PKG/usr/man/man8/mkrescue.8
}