core/lilo/Pkgfile

21 lines
543 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: Per Lid<69>n, 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
2006-02-23 16:26:10 +01:00
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
2006-08-12 11:30:55 +02:00
patch -p0 < ../$name-$version.patch
2006-07-08 12:04:00 +02:00
sed -i 's|\./checkit||g' Makefile
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
}