wok-next annotate pciids/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents d43bf7aae921
children d5aab818505e
rev   line source
al@20328 1 # SliTaz package receipt v2.
slaxemulator@11042 2
slaxemulator@11042 3 PACKAGE="pciids"
al@20683 4 VERSION="20180517"
al@20683 5 COMMIT="665b77e"
slaxemulator@11042 6 CATEGORY="misc"
al@17960 7 SHORT_DESC="List of PCI ID's"
slaxemulator@11042 8 MAINTAINER="slaxemulator@gmail.com"
pascal@15375 9 LICENSE="BSD GPL2"
al@19601 10 WEB_SITE="http://pci-ids.ucw.cz/"
pankso@12927 11
al@20328 12 TARBALL="$PACKAGE-$COMMIT.tar.gz"
al@20328 13 WGET_URL="$GITHUB/pciutils/pciids/tarball/$COMMIT"
al@19601 14
al@20328 15 compile_rules() {
al@20328 16 gzip -1 pci.ids
al@20683 17 install -Dm644 pci.ids.gz $install/usr/share/hwdata/pci.ids.gz
pascal@19247 18 }
pascal@19247 19
al@20328 20 genpkg_rules() {
al@20328 21 copy @std
slaxemulator@11042 22 }