wok view lilo/receipt @ rev 1970

Add lilo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 02 16:33:12 2009 +0100 (2009-01-02)
parents
children aaaad6fc3437
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"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 sed -i 's/cp -uf/cp -f/' Makefile
17 make &&
18 make ROOT=$PWD/_pkg install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -a $_pkg/sbin $fs
25 }