wok-current view drbl/receipt @ rev 14581
Add Drbl
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sat May 25 21:08:27 2013 +0200 (2013-05-25) |
parents | |
children | 88fad9347161 |
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="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="$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=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/etc $fs/
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/sbin $fs/usr
29 cp -a $_pkg/usr/share $fs/usr
30 }