wok-stable annotate lilo/receipt @ rev 6826
Add mlt: mv from undigest
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Oct 19 21:09:51 2010 -0400 (2010-10-19) |
parents | a85cffcad439 |
children | 65aa52f45dd7 |
rev | line source |
---|---|
pascal@1970 | 1 # SliTaz package receipt. |
pascal@1970 | 2 |
pascal@1970 | 3 PACKAGE="lilo" |
pascal@1970 | 4 VERSION="22.8" |
pascal@1970 | 5 CATEGORY="system-tools" |
pascal@1970 | 6 SHORT_DESC="LInux boot LOader." |
pascal@1970 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1970 | 8 TARBALL="$PACKAGE-$VERSION.src.tar.gz" |
pascal@1970 | 9 WEB_SITE="http://lilo.go.dyndns.org/" |
pascal@1970 | 10 WGET_URL="ftp://metalab.unc.edu/pub/Linux/system/boot/$PACKAGE/$TARBALL" |
pascal@1971 | 11 BUILD_DEPENDS="dev86 libdevmapper" |
pascal@1971 | 12 DEPENDS="libdevmapper" |
pascal@1970 | 13 |
pascal@1970 | 14 # Rules to configure and make the package. |
pascal@1970 | 15 compile_rules() |
pascal@1970 | 16 { |
pascal@1970 | 17 cd $src |
pascal@1970 | 18 sed -i 's/cp -uf/cp -f/' Makefile |
pascal@1970 | 19 make && |
pascal@1970 | 20 make ROOT=$PWD/_pkg install |
pascal@1970 | 21 } |
pascal@1970 | 22 |
pascal@1970 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1970 | 24 genpkg_rules() |
pascal@1970 | 25 { |
pascal@1970 | 26 cp -a $_pkg/sbin $fs |
pascal@1970 | 27 } |
pascal@1970 | 28 |