2006-02-23 15:26:10 +00:00
|
|
|
|
# Description: LInux boot LOader
|
|
|
|
|
# URL: http://tldp.org/HOWTO/LILO.html
|
2006-04-20 20:37:09 +00:00
|
|
|
|
# Maintainer: Per Lid<69>n, core-ports at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
|
|
name=lilo
|
2006-08-12 09:30:55 +00:00
|
|
|
|
version=22.7.3
|
2006-11-17 22:20:23 +01:00
|
|
|
|
release=2
|
2006-02-23 15:26:10 +00: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 09:30:55 +00:00
|
|
|
|
patch -p0 < ../$name-$version.patch
|
2006-02-23 15:26:10 +00: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
|
|
|
|
|
}
|