wok view lilo/receipt @ rev 2340

boxbackup-server: improve start script
author Dominique Corbex <domcox@users.sourceforge.net>
date Mon Mar 02 19:38:39 2009 +0100 (2009-03-02)
parents a85cffcad439
children 65aa52f45dd7
line source
1 # SliTaz package receipt.
3 PACKAGE="lilo"
4 VERSION="22.8"
5 CATEGORY="system-tools"
6 SHORT_DESC="LInux boot LOader."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.src.tar.gz"
9 WEB_SITE="http://lilo.go.dyndns.org/"
10 WGET_URL="ftp://metalab.unc.edu/pub/Linux/system/boot/$PACKAGE/$TARBALL"
11 BUILD_DEPENDS="dev86 libdevmapper"
12 DEPENDS="libdevmapper"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 sed -i 's/cp -uf/cp -f/' Makefile
19 make &&
20 make ROOT=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/sbin $fs
27 }