wok view lilo/receipt @ rev 8353

up: glpi (0.78.2) + improve install
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 03 17:09:38 2011 +0100 (2011-02-03)
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 }