wok view hash-slinger/receipt @ rev 20905

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 10:24:30 2019 +0100 (2019-02-27)
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 }