opt/lilo/Pkgfile

19 lines
500 B
Plaintext
Raw Normal View History

2019-02-13 17:39:48 +01:00
# Description: LInux boot LOader
# URL: https://www.joonet.de/lilo/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2020-06-25 18:19:26 +02:00
# Depends on: libdevmapper bin86
2019-02-13 17:39:48 +01:00
name=lilo
version=24.2
2020-05-28 14:00:17 +02:00
release=2
2019-02-13 17:39:48 +01:00
source=(https://www.joonet.de/lilo/ftp/sources/$name-$version.tar.gz \
$name-config.patch lilo.conf)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-config.patch
2020-05-28 14:00:17 +02:00
make CFLAGS="$CFLAGS -fcommon" all
2019-02-13 17:39:48 +01:00
make DESTDIR=$PKG install
install -m 644 $SRC/lilo.conf $PKG/etc
}