wok diff drbl/receipt @ rev 18739

Up firefox-official(43.0.2)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Dec 23 15:31:48 2015 +0200 (2015-12-23)
parents cf3bdb2f261c
children f33d804b2693
line diff
     1.1 --- a/drbl/receipt	Sun May 26 12:45:28 2013 +0000
     1.2 +++ b/drbl/receipt	Wed Dec 23 15:31:48 2015 +0200
     1.3 @@ -3,29 +3,26 @@
     1.4  PACKAGE="drbl"
     1.5  VERSION="2.3.10"
     1.6  CATEGORY="misc"
     1.7 -SHORT_DESC="Diskless Remote Boot in Linux: manage the deployement of 
     1.8 -the GNU/Linux operating system across many clients"
     1.9 +SHORT_DESC="Diskless Remote Boot in Linux"
    1.10  MAINTAINER="shann@slitaz.org"
    1.11 -WEB_SITE="http://drbl.org"
    1.12 +LICENSE="GPL2"
    1.13 +WEB_SITE="http://drbl.org/"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL"
    1.16  
    1.17 -DEPENDS="perl bc"
    1.18 -BUILD_DEPENDS="vim"
    1.19 +DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool expect \
    1.20 +file gnu-netcat lzop memtest mtools openssh parted partimage perl pigz procps \
    1.21 +reiserfsprogs rsync strace tcpdump syslinux systemd udpcast"
    1.22 +BUILD_DEPENDS=""
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28  	make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	mkdir -p $fs/usr
    1.35 -	cp -a $install/etc $fs/
    1.36 -	cp -a $install/usr/bin $fs/usr
    1.37 -	cp -a $install/usr/sbin $fs/usr
    1.38 -	cp -a $install/usr/share $fs/usr
    1.39 +	cp -a $install/* $fs/
    1.40  }