core/lilo/Pkgfile
2006-08-12 09:30:55 +00:00

21 lines
543 B
Plaintext

# Description: LInux boot LOader
# URL: http://tldp.org/HOWTO/LILO.html
# Maintainer: Per Lidén, core-ports at crux dot nu
name=lilo
version=22.7.3
release=1
source=(http://home.san.rr.com/johninsd/pub/linux/lilo/$name-$version.src.tar.gz \
$name-$version.patch lilo.conf)
build() {
cd $name-$version
patch -p0 < ../$name-$version.patch
sed -i 's|\./checkit||g' Makefile
make all
make ROOT=$PKG install
install -m 644 ../lilo.conf $PKG/etc
rm -rf $PKG/sbin/mkrescue \
$PKG/usr/man/man8/mkrescue.8
}