wok annotate 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
rev   line source
pascal@18374 1 # SliTaz package receipt.
pascal@18374 2
pascal@18374 3 PACKAGE="hash-slinger"
pascal@18374 4 VERSION="2.6"
pascal@18374 5 CATEGORY="network"
pascal@18374 6 SHORT_DESC="Various tools to generate special DNS records."
pascal@18374 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18374 8 LICENSE="GPL2"
pascal@18374 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@18374 10 WEB_SITE="http://people.redhat.com/pwouters"
pascal@18374 11 WGET_URL="http://people.redhat.com/pwouters/$PACKAGE/$TARBALL"
pascal@18374 12
pascal@18374 13 DEPENDS="python"
pascal@18374 14
pascal@18374 15 # Rules to configure and make the package.
pascal@18374 16 compile_rules()
pascal@18374 17 {
pascal@18374 18 make &&
pascal@18374 19 make DESTDIR=$DESTDIR install
pascal@18374 20 }
pascal@18374 21
pascal@18374 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18374 23 genpkg_rules()
pascal@18374 24 {
pascal@18374 25 mkdir -p $fs/usr
pascal@18374 26 cp -a $install/usr/bin $fs/usr
pascal@18374 27 }
pascal@18374 28