# HG changeset patch # User Aleksej Bobylev # Date 1369614479 0 # Node ID 320f35171dddf62b013df28fd7d2d7bb7726a0fc # Parent 20a109e71a6b8e03a7bc789c9bc64ed5115bba64 drbl: its really hard to find all deps - ok, add some of them; also shrink loooong 'short desc' and add description diff -r 20a109e71a6b -r 320f35171ddd drbl/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/drbl/description.txt Mon May 27 00:27:59 2013 +0000 @@ -0,0 +1,17 @@ +DRBL (Diskless Remote Boot in Linux) is free software, open source solution +to managing the deployment of the GNU/Linux operating system across many +clients. Imagine the time required to install GNU/Linux on 40, 30, or even 10 +client machines individually! DRBL allows for the configuration all of your +client computers by installing just one server (remember, not just any virtual +private server) machine. + +DRBL provides a diskless or systemless environment for client machines. It works +on Debian, Ubuntu, Red Hat, Fedora, CentOS and SuSE. DRBL uses distributed +hardware resources and makes it possible for clients to fully access local +hardware. It also includes Clonezilla, a partitioning and disk cloning utility +similar to Symantec Ghost®. + +The features of DRBL: + * Peacefully coexists with other OS + * Simply install DRBL on a single server and all your clients are taken care of + * Save on hardware, budget, and maintenance fees diff -r 20a109e71a6b -r 320f35171ddd drbl/receipt --- a/drbl/receipt Sun May 26 20:21:52 2013 +0000 +++ b/drbl/receipt Mon May 27 00:27:59 2013 +0000 @@ -3,29 +3,26 @@ 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" +SHORT_DESC="Diskless Remote Boot in Linux" MAINTAINER="shann@slitaz.org" -WEB_SITE="http://drbl.org" +LICENSE="GPL2" +WEB_SITE="http://drbl.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL" -DEPENDS="perl bc" -BUILD_DEPENDS="vim" +DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool expect \ +file gnu-netcat lzop memtest mtools openssh parted partimage perl pigz procps \ +reiserfsprogs rsync strace tcpdump syslinux systemd udpcast" +BUILD_DEPENDS="" # Rules to configure and make the package. compile_rules() { - cd $src make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/etc $fs/ - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/sbin $fs/usr - cp -a $install/usr/share $fs/usr + cp -a $install/* $fs/ }