From d0a7ed181ed11aed307f2607e564b7d967fed533 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 11:21:46 +0100 Subject: Recette de LiLo mise à jour. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lilo/Pkgfile | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'lilo/Pkgfile') diff --git a/lilo/Pkgfile b/lilo/Pkgfile index f632813..a391c56 100644 --- a/lilo/Pkgfile +++ b/lilo/Pkgfile @@ -1,18 +1,21 @@ -description="LInux boot LOader" -packager="" -maintainer="CRUX System Team, core-ports at crux dot nu" +description="LInux boot LOader." +packager="CRUX System Team " +maintainer="Lukc " url="http://lilo.alioth.debian.org/" depends=(libdevmapper) name=lilo version=23.1 release=1 -source=(http://lilo.alioth.debian.org/ftp/upstream/sources/lilo-23.1.tar.gz lilo-config.patch lilo.conf) +source=(http://lilo.alioth.debian.org/ftp/upstream/sources/$name-$version.tar.gz lilo-config.patch lilo.conf) build () { - cd $name-$version; - patch -p1 -i $SRC/$name-config.patch; - make all; - make DESTDIR=$PKG install; - install -m 644 $SRC/lilo.conf $PKG/etc + cd $name-$version; + patch -p1 -i $SRC/$name-config.patch; + make all; + make DESTDIR=$PKG install; + install -m 644 $SRC/lilo.conf $PKG/etc; + # If you find better, correct without asking. + mkdir -p $PKG/usr/share + mv $PKG/usr/man $PKG/usr/share/man } -- cgit v1.2.3-54-g00ecf