wok-next diff hash-slinger/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 8ed093db56cb |
children |
line diff
1.1 --- a/hash-slinger/receipt Wed Sep 16 22:29:25 2015 +0200 1.2 +++ b/hash-slinger/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,28 +1,22 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="hash-slinger" 1.8 VERSION="2.6" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Various tools to generate special DNS records." 1.11 +SHORT_DESC="Various tools to generate special DNS records" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="http://people.redhat.com/pwouters/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://people.redhat.com/pwouters" 1.18 WGET_URL="http://people.redhat.com/pwouters/$PACKAGE/$TARBALL" 1.19 1.20 -DEPENDS="python" 1.21 - 1.22 -# Rules to configure and make the package. 1.23 -compile_rules() 1.24 -{ 1.25 +compile_rules() { 1.26 make && 1.27 - make DESTDIR=$DESTDIR install 1.28 + make DESTDIR=$install 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/usr/bin $fs/usr 1.36 +genpkg_rules() { 1.37 + copy @std 1.38 + DEPENDS="python" 1.39 } 1.40 -