wok view hash-slinger/receipt @ rev 20901

updated expect (5.45 -> 5.45.4)
author Hans-G?nter Theisgen
date Tue Feb 26 17:33:50 2019 +0100 (2019-02-26)
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 }