wok-next annotate pciids/receipt @ rev 21082
gcc: split *.dbg; tiny edits
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Dec 25 02:00:49 2018 +0200 (2018-12-25) |
parents | d635206a5649 |
children |
rev | line source |
---|---|
al@20328 | 1 # SliTaz package receipt v2. |
slaxemulator@11042 | 2 |
slaxemulator@11042 | 3 PACKAGE="pciids" |
al@21082 | 4 VERSION="20181220" |
al@21082 | 5 COMMIT="8d79e48" |
slaxemulator@11042 | 6 CATEGORY="misc" |
al@17960 | 7 SHORT_DESC="List of PCI ID's" |
al@21020 | 8 MAINTAINER="devel@slitaz.org" |
pascal@15375 | 9 LICENSE="BSD GPL2" |
al@19601 | 10 WEB_SITE="http://pci-ids.ucw.cz/" |
al@21082 | 11 HOST_ARCH="any" |
pankso@12927 | 12 |
al@20328 | 13 TARBALL="$PACKAGE-$COMMIT.tar.gz" |
al@20328 | 14 WGET_URL="$GITHUB/pciutils/pciids/tarball/$COMMIT" |
al@19601 | 15 |
al@20328 | 16 compile_rules() { |
al@20328 | 17 gzip -1 pci.ids |
al@20683 | 18 install -Dm644 pci.ids.gz $install/usr/share/hwdata/pci.ids.gz |
pascal@19247 | 19 } |