wok view lilo/receipt @ rev 2838

slim: Avoid dep on slitaz-configs/GTK and add slim-theme-default
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 30 20:44:27 2009 +0200 (2009-04-30)
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 }