wok view hash-slinger/receipt @ rev 18374

Add hash-slinger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 16 22:29:25 2015 +0200 (2015-09-16)
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 }