wok view hash-slinger/receipt @ rev 19214

Up tzdata(2016e)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 14 23:10:20 2016 +0300 (2016-06-14)
parents
children eed0ab5084e3
line source
1 # SliTaz package receipt.
3 PACKAGE="hash-slinger"
4 VERSION="2.6"
5 CATEGORY="network"
6 SHORT_DESC="Various tools to generate special DNS records."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://people.redhat.com/pwouters"
11 WGET_URL="http://people.redhat.com/pwouters/$PACKAGE/$TARBALL"
13 DEPENDS="python"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 }