wok-next view hash-slinger/receipt @ rev 21578

updated davfs2 (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Tue Jun 23 15:33:53 2020 +0100 (2020-06-23)
parents 8ed093db56cb
children
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://people.redhat.com/pwouters/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://people.redhat.com/pwouters/$PACKAGE/$TARBALL"
14 compile_rules() {
15 make &&
16 make DESTDIR=$install install
17 }
19 genpkg_rules() {
20 copy @std
21 DEPENDS="python"
22 }