wok rev 14592
Merge commit
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun May 26 23:46:07 2013 +0200 (2013-05-26) |
parents | 8c71735c1a70 320f35171ddd |
children | b6aaf868a042 |
files |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/drbl/description.txt Sun May 26 23:46:07 2013 +0200 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 23:44:51 2013 +0200 2.2 +++ b/drbl/receipt Sun May 26 23:46:07 2013 +0200 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 }
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/lfs-book/description.txt Sun May 26 23:46:07 2013 +0200 3.3 @@ -0,0 +1,2 @@ 3.4 +Linux From Scratch (LFS) is a project that provides you with step-by-step 3.5 +instructions for building your own customized Linux system entirely from source.
4.1 --- a/lfs-book/receipt Sun May 26 23:44:51 2013 +0200 4.2 +++ b/lfs-book/receipt Sun May 26 23:46:07 2013 +0200 4.3 @@ -1,13 +1,13 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="lfs-book" 4.7 -VERSION="6.8" 4.8 +VERSION="7.3" 4.9 CATEGORY="development" 4.10 -SHORT_DESC="Linux From Scratch docs." 4.11 +SHORT_DESC="Linux From Scratch book" 4.12 MAINTAINER="slaxemulator@gmail.com" 4.13 -SOURCE="LFS-BOOK" 4.14 -TARBALL="$SOURCE-$VERSION-HTML.tar.bz2" 4.15 -WEB_SITE="http://www.linuxfromscratch.org/" 4.16 +LICENSE="CC-BY-NC-SA-2 MIT" 4.17 +WEB_SITE="http://www.linuxfromscratch.org/lfs/" 4.18 +TARBALL="LFS-BOOK-$VERSION.tar.bz2" 4.19 WGET_URL="http://www.linuxfromscratch.org/lfs/downloads/$VERSION/$TARBALL" 4.20 4.21 # Rules to gen a SliTaz package suitable for Tazpkg.
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/lfs-book/stuff/lfs-book.desktop Sun May 26 23:46:07 2013 +0200 5.3 @@ -0,0 +1,7 @@ 5.4 +[Desktop Entry] 5.5 +Type=Application 5.6 +Name=LFS Book 5.7 +Comment=Linux From Scratch 5.8 +Exec=browser file:///usr/share/doc/lfs-book/index.html 5.9 +Icon=lfs-book 5.10 +Categories=Development;Documentation;X-LFS;
6.1 Binary file lfs-book/stuff/lfs-book.png has changed