wok annotate hash-slinger/receipt @ rev 22548
updated blender (2.81 -> 2.81a)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jan 04 08:45:04 2020 +0100 (2020-01-04) |
parents | 8ed093db56cb |
children | 034f0bc3a3ec |
rev | line source |
---|---|
pascal@18374 | 1 # SliTaz package receipt. |
pascal@18374 | 2 |
pascal@18374 | 3 PACKAGE="hash-slinger" |
Hans-G?nter@21028 | 4 VERSION="2.7" |
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@21028 | 9 WEB_SITE="https://people.redhat.com/pwouters" |
Hans-G?nter@21028 | 10 |
pascal@18374 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@21028 | 12 WGET_URL="https://people.redhat.com/pwouters/$PACKAGE/$TARBALL" |
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@21028 | 19 make -j 1 && |
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 |
pascal@18374 | 27 cp -a $install/usr/bin $fs/usr |
pascal@18374 | 28 } |