wok-next annotate pciids/receipt @ rev 19845

Up cookutils, lxpanel, slim, tazlito.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 26 12:10:59 2017 +0300 (2017-08-26)
parents d5d1aacad4ba
children 6a3f3d91ab26
rev   line source
slaxemulator@11042 1 # SliTaz package receipt.
slaxemulator@11042 2
slaxemulator@11042 3 PACKAGE="pciids"
al@19601 4 VERSION="9cecb39"
slaxemulator@11042 5 CATEGORY="misc"
al@17960 6 SHORT_DESC="List of PCI ID's"
slaxemulator@11042 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15375 8 LICENSE="BSD GPL2"
al@19601 9 WEB_SITE="http://pci-ids.ucw.cz/"
pankso@12927 10 HOST_ARCH="i486 arm"
pankso@12927 11
al@19601 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19601 13 WGET_URL="$GITHUB/pciutils/pciids/tarball/$VERSION"
al@19601 14
pascal@19248 15 BUILD_DEPENDS="advancecomp"
pascal@19247 16
pascal@19247 17 # Rules to configure and make the package.
pascal@19247 18 compile_rules()
pascal@19247 19 {
al@19601 20 gzip pci.ids
al@19601 21 advdef -z4 pci.ids.gz
pascal@19247 22 }
pascal@19247 23
slaxemulator@11042 24 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@11042 25 genpkg_rules()
slaxemulator@11042 26 {
slaxemulator@11042 27 mkdir -p $fs/usr/share/misc
al@19601 28 cp $src/pci.ids.gz $fs/usr/share/misc
slaxemulator@11042 29 }