wok annotate drbl/receipt @ rev 14585

drbl: fix no /usr/bin
author Richard Dunbar <mojo@slitaz.org>
date Sun May 26 12:45:28 2013 +0000 (2013-05-26)
parents 88fad9347161
children 320f35171ddd
rev   line source
shann@14581 1 # SliTaz package receipt.
shann@14581 2
shann@14581 3 PACKAGE="drbl"
shann@14581 4 VERSION="2.3.10"
shann@14581 5 CATEGORY="misc"
shann@14581 6 SHORT_DESC="Diskless Remote Boot in Linux: manage the deployement of
shann@14581 7 the GNU/Linux operating system across many clients"
shann@14581 8 MAINTAINER="shann@slitaz.org"
shann@14581 9 WEB_SITE="http://drbl.org"
pascal@14583 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@14583 11 WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL"
shann@14581 12
shann@14581 13 DEPENDS="perl bc"
shann@14581 14 BUILD_DEPENDS="vim"
shann@14581 15
shann@14581 16 # Rules to configure and make the package.
shann@14581 17 compile_rules()
shann@14581 18 {
shann@14581 19 cd $src
pascal@14583 20 make DESTDIR=$DESTDIR install
shann@14581 21 }
shann@14581 22
shann@14581 23 # Rules to gen a SliTaz package suitable for Tazpkg.
shann@14581 24 genpkg_rules()
shann@14581 25 {
mojo@14585 26 mkdir -p $fs/usr
pascal@14583 27 cp -a $install/etc $fs/
pascal@14583 28 cp -a $install/usr/bin $fs/usr
pascal@14583 29 cp -a $install/usr/sbin $fs/usr
pascal@14583 30 cp -a $install/usr/share $fs/usr
shann@14581 31 }