wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="drbl"
4 VERSION="2.3.10"
5 CATEGORY="misc"
6 SHORT_DESC="Diskless Remote Boot in Linux: manage the deployement of
7 the GNU/Linux operating system across many clients"
8 MAINTAINER="shann@slitaz.org"
9 WEB_SITE="http://drbl.org"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL"
13 DEPENDS="perl bc"
14 BUILD_DEPENDS="vim"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/etc $fs/
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/sbin $fs/usr
30 cp -a $install/usr/share $fs/usr
31 }