wok annotate lilo/receipt @ rev 12431

ekiga: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 21 17:25:54 2012 +0200 (2012-04-21)
parents aaaad6fc3437
children 2a5cc8208d36
rev   line source
pascal@1970 1 # SliTaz package receipt.
pascal@1970 2
pascal@1970 3 PACKAGE="lilo"
slaxemulator@9573 4 VERSION="23.2"
pascal@1970 5 CATEGORY="system-tools"
pascal@1970 6 SHORT_DESC="LInux boot LOader."
pascal@1970 7 MAINTAINER="pascal.bellard@slitaz.org"
slaxemulator@9573 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@9573 9 WEB_SITE="https://alioth.debian.org/projects/lilo/"
slaxemulator@9573 10 WGET_URL="http://lilo.alioth.debian.org/ftp/sources/$TARBALL"
pascal@1971 11 BUILD_DEPENDS="dev86 libdevmapper"
pascal@1971 12 DEPENDS="libdevmapper"
pascal@1970 13
pascal@1970 14 # Rules to configure and make the package.
pascal@1970 15 compile_rules()
pascal@1970 16 {
pascal@1970 17 cd $src
pascal@1970 18 sed -i 's/cp -uf/cp -f/' Makefile
pascal@1970 19 make &&
slaxemulator@9573 20 make install
pascal@1970 21 }
pascal@1970 22
pascal@1970 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1970 24 genpkg_rules()
pascal@1970 25 {
pascal@1970 26 cp -a $_pkg/sbin $fs
pascal@1970 27 }
pascal@1970 28