wok-next diff drbl/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 320f35171ddd
children
line diff
     1.1 --- a/drbl/receipt	Mon May 27 00:27:59 2013 +0000
     1.2 +++ b/drbl/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -1,28 +1,23 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="drbl"
     1.8  VERSION="2.3.10"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Diskless Remote Boot in Linux"
    1.11 -MAINTAINER="shann@slitaz.org"
    1.12 +MAINTAINER="devel@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://drbl.org/"
    1.15 +WEB_SITE="https://drbl.org/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18  WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL"
    1.19  
    1.20 -DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool expect \
    1.21 -file gnu-netcat lzop memtest mtools openssh parted partimage perl pigz procps \
    1.22 -reiserfsprogs rsync strace tcpdump syslinux systemd udpcast"
    1.23 -BUILD_DEPENDS=""
    1.24 -
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -	make DESTDIR=$DESTDIR install
    1.29 +compile_rules() {
    1.30 +	make DESTDIR=$install install
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 +genpkg_rules() {
    1.37  	cp -a $install/* $fs/
    1.38 +	DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool \
    1.39 +	expect file gnu-netcat lzop memtest mtools openssh parted partimage perl \
    1.40 +	pigz procps reiserfsprogs rsync strace tcpdump syslinux systemd udpcast"
    1.41  }