wok view hash-slinger/receipt @ rev 21028

updated hash-slinger (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Sun Mar 10 17:20:17 2019 +0100 (2019-03-10)
parents 8ed093db56cb
children 034f0bc3a3ec
line source
1 # SliTaz package receipt.
3 PACKAGE="hash-slinger"
4 VERSION="2.7"
5 CATEGORY="network"
6 SHORT_DESC="Various tools to generate special DNS records."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://people.redhat.com/pwouters"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://people.redhat.com/pwouters/$PACKAGE/$TARBALL"
14 DEPENDS="python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make -j 1 &&
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }