wok view hash-slinger/receipt @ rev 22437

john: fix link, add to right place
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 22 16:03:18 2019 +0000 (2019-12-22)
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 }