wok-next view spk/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 266eb7ab8b5a
children cd7906120828
line source
1 # SliTaz package receipt.
3 PACKAGE="spk"
4 VERSION="159"
5 CATEGORY="base-system"
6 SHORT_DESC="Fast and Light SliTaz Packages Toolset"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://hg.slitaz.org/spk/archive/$VERSION.tar.bz2"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make DESTDIR=$install install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs
24 cp -a $install/* $fs
25 }