wok view hash-slinger/receipt @ rev 22362

imlib: giflib >= 5 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 21 14:29:57 2019 +0100 (2019-11-21)
parents 8ed093db56cb
children 034f0bc3a3ec
line source
1 # SliTaz package receipt.
3 PACKAGE="hash-slinger"
4 VERSION="2.7"
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="https://people.redhat.com/pwouters"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://people.redhat.com/pwouters/$PACKAGE/$TARBALL"
14 DEPENDS="python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make -j 1 &&
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }