wok view lilo/receipt @ rev 2353

cyrus-imapd: typo in init script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 08:35:57 2009 +0000 (2009-03-05)
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 }