wok annotate hash-slinger/receipt @ rev 23821

syslinux: merge init.exe & taziso (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 28 09:34:09 2020 +0000 (2020-05-28)
parents eed0ab5084e3
children 5ea0ce1cecc0
rev   line source
pascal@18374 1 # SliTaz package receipt.
pascal@18374 2
pascal@18374 3 PACKAGE="hash-slinger"
Hans-G?nter@22923 4 VERSION="3.0"
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"
Hans-G?nter@22923 9 WEB_SITE="https://github.com/letoams/hash-slinger"
Hans-G?nter@21028 10
pascal@18374 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@22923 12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
pascal@18374 13
pascal@18374 14 DEPENDS="python"
pascal@18374 15
pascal@18374 16 # Rules to configure and make the package.
pascal@18374 17 compile_rules()
pascal@18374 18 {
Hans-G?nter@22923 19 make &&
pascal@18374 20 make DESTDIR=$DESTDIR install
pascal@18374 21 }
pascal@18374 22
pascal@18374 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18374 24 genpkg_rules()
pascal@18374 25 {
pascal@18374 26 mkdir -p $fs/usr
Hans-G?nter@22923 27 cp -a $install/usr/bin $fs/usr
pascal@18374 28 }