core/lilo/Pkgfile
2006-07-08 10:04:00 +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.2
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 -p1 < ../$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
}