wok-next view pciids/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 d43bf7aae921
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pciids"
4 VERSION="20180517"
5 COMMIT="665b77e"
6 CATEGORY="misc"
7 SHORT_DESC="List of PCI ID's"
8 MAINTAINER="slaxemulator@gmail.com"
9 LICENSE="BSD GPL2"
10 WEB_SITE="http://pci-ids.ucw.cz/"
12 TARBALL="$PACKAGE-$COMMIT.tar.gz"
13 WGET_URL="$GITHUB/pciutils/pciids/tarball/$COMMIT"
15 compile_rules() {
16 gzip -1 pci.ids
17 install -Dm644 pci.ids.gz $install/usr/share/hwdata/pci.ids.gz
18 }
20 genpkg_rules() {
21 copy @std
22 }