wok-next rev 1970
Add lilo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 02 16:33:12 2009 +0100 (2009-01-02) |
parents | 613308e1ffbc |
children | aaaad6fc3437 |
files | lilo/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lilo/receipt Fri Jan 02 16:33:12 2009 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lilo" 1.7 +VERSION="22.8" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="LInux boot LOader." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.src.tar.gz" 1.12 +WEB_SITE="http://lilo.go.dyndns.org/" 1.13 +WGET_URL="ftp://metalab.unc.edu/pub/Linux/system/boot/$PACKAGE/$TARBALL" 1.14 + 1.15 +# Rules to configure and make the package. 1.16 +compile_rules() 1.17 +{ 1.18 + cd $src 1.19 + sed -i 's/cp -uf/cp -f/' Makefile 1.20 + make && 1.21 + make ROOT=$PWD/_pkg install 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + cp -a $_pkg/sbin $fs 1.28 +} 1.29 +