# HG changeset patch # User Stanislas Leduc # Date 1369508907 -7200 # Node ID 870fa05f4d39ce1d59204234e37667280baf1f4a # Parent 955aa9bb627d09abec12a1d5096a50dfde99d546 Add Drbl diff -r 955aa9bb627d -r 870fa05f4d39 drbl/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/drbl/receipt Sat May 25 21:08:27 2013 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="drbl" +VERSION="2.3.10" +CATEGORY="misc" +SHORT_DESC="Diskless Remote Boot in Linux: manage the deployement of +the GNU/Linux operating system across many clients" +MAINTAINER="shann@slitaz.org" +WEB_SITE="http://drbl.org" +TARBALL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$PACKAGE-$VERSION.tar.bz2" +WGET_URL="$TARBALL" + +DEPENDS="perl bc" +BUILD_DEPENDS="vim" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/etc $fs/ + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/sbin $fs/usr + cp -a $_pkg/usr/share $fs/usr +}