wok-next view hfsutils/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents a4d79a7fa68e
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="hfsutils"
4 VERSION="3.2.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="HFS Filesystem user space tools"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.mars.org/home/rob/proj/hfs/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="ftp://ftp.mars.org/pub/hfs/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mkdir -p $install/usr/bin $install/usr/share/man/man1
18 sed -i 's|DEST =.|&$(DESTDIR)|' Makefile.in
20 ./configure $CONFIGURE_ARGS && make && make install &&
22 docdir=$install/usr/share/doc/hfsutils-$VERSION &&
23 mkdir -p $docdir &&
24 cp doc/*.txt $docdir
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std
31 }