wok-next view slitaz-arm-configs/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 d6aaea06354b
children cd7906120828
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-arm-configs"
4 VERSION="214"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz ARM config files and artwork."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 HOST_ARCH="arm"
11 CONFIG_FILES="/etc/slitaz/applications.conf /etc/rcS.conf"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="http://hg.slitaz.org/slitaz-arm/archive/$VERSION.tar.bz2"
16 DEPENDS="slitaz-configs-base"
17 SIBLINGS="slitaz-arm-rpi"
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 cd ${src}
23 cp -a rootfs/* ${fs}
24 chown -R root.root $fs
25 }