wok-6.x rev 14590
drbl: its really hard to find all deps - ok, add some of them; also shrink loooong 'short desc' and add description
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 27 00:27:59 2013 +0000 (2013-05-27) |
parents | 20a109e71a6b |
children | 128f191be29d |
files | drbl/description.txt drbl/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/drbl/description.txt Mon May 27 00:27:59 2013 +0000 1.3 @@ -0,0 +1,17 @@ 1.4 +DRBL (Diskless Remote Boot in Linux) is free software, open source solution 1.5 +to managing the deployment of the GNU/Linux operating system across many 1.6 +clients. Imagine the time required to install GNU/Linux on 40, 30, or even 10 1.7 +client machines individually! DRBL allows for the configuration all of your 1.8 +client computers by installing just one server (remember, not just any virtual 1.9 +private server) machine. 1.10 + 1.11 +DRBL provides a diskless or systemless environment for client machines. It works 1.12 +on Debian, Ubuntu, Red Hat, Fedora, CentOS and SuSE. DRBL uses distributed 1.13 +hardware resources and makes it possible for clients to fully access local 1.14 +hardware. It also includes Clonezilla, a partitioning and disk cloning utility 1.15 +similar to Symantec Ghost®. 1.16 + 1.17 +The features of DRBL: 1.18 + * Peacefully coexists with other OS 1.19 + * Simply install DRBL on a single server and all your clients are taken care of 1.20 + * Save on hardware, budget, and maintenance fees
2.1 --- a/drbl/receipt Sun May 26 20:21:52 2013 +0000 2.2 +++ b/drbl/receipt Mon May 27 00:27:59 2013 +0000 2.3 @@ -3,29 +3,26 @@ 2.4 PACKAGE="drbl" 2.5 VERSION="2.3.10" 2.6 CATEGORY="misc" 2.7 -SHORT_DESC="Diskless Remote Boot in Linux: manage the deployement of 2.8 -the GNU/Linux operating system across many clients" 2.9 +SHORT_DESC="Diskless Remote Boot in Linux" 2.10 MAINTAINER="shann@slitaz.org" 2.11 -WEB_SITE="http://drbl.org" 2.12 +LICENSE="GPL2" 2.13 +WEB_SITE="http://drbl.org/" 2.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL" 2.16 2.17 -DEPENDS="perl bc" 2.18 -BUILD_DEPENDS="vim" 2.19 +DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool expect \ 2.20 +file gnu-netcat lzop memtest mtools openssh parted partimage perl pigz procps \ 2.21 +reiserfsprogs rsync strace tcpdump syslinux systemd udpcast" 2.22 +BUILD_DEPENDS="" 2.23 2.24 # Rules to configure and make the package. 2.25 compile_rules() 2.26 { 2.27 - cd $src 2.28 make DESTDIR=$DESTDIR install 2.29 } 2.30 2.31 # Rules to gen a SliTaz package suitable for Tazpkg. 2.32 genpkg_rules() 2.33 { 2.34 - mkdir -p $fs/usr 2.35 - cp -a $install/etc $fs/ 2.36 - cp -a $install/usr/bin $fs/usr 2.37 - cp -a $install/usr/sbin $fs/usr 2.38 - cp -a $install/usr/share $fs/usr 2.39 + cp -a $install/* $fs/ 2.40 }