wok view hash-slinger/receipt @ rev 22677

linld: fix pipehole.awk
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 18 11:53:11 2020 +0100 (2020-01-18)
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 }