# HG changeset patch # User Pascal Bellard # Date 1230910392 -3600 # Node ID a85cffcad439e744962d6e3b8dab7a764a338c8b # Parent 613308e1ffbc06bf572a0c2c7cbae47df13e9062 Add lilo diff -r 613308e1ffbc -r a85cffcad439 lilo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lilo/receipt Fri Jan 02 16:33:12 2009 +0100 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="lilo" +VERSION="22.8" +CATEGORY="system-tools" +SHORT_DESC="LInux boot LOader." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.src.tar.gz" +WEB_SITE="http://lilo.go.dyndns.org/" +WGET_URL="ftp://metalab.unc.edu/pub/Linux/system/boot/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + sed -i 's/cp -uf/cp -f/' Makefile + make && + make ROOT=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/sbin $fs +} +