wok-next view pciids/receipt @ rev 20532

moc, mypaint: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 26 13:35:23 2018 +0200 (2018-03-26)
parents 0e7893ac206d
children 4be7000381e1
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pciids"
4 VERSION="20180315"
5 COMMIT="61a335a"
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 }