wok-next view pciids/receipt @ rev 20488

palemoon: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 11:00:54 2018 +0100 (2018-03-12)
parents 6a3f3d91ab26
children d43bf7aae921
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pciids"
4 VERSION="20180208"
5 COMMIT="5526e26"
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/misc/pci.ids.gz
18 }
20 genpkg_rules() {
21 copy @std
22 }