wok annotate usbutils-dev/receipt @ rev 9719

Fixed perdition to not tazwok cook all perdition receipts.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon May 09 00:31:44 2011 +0000 (2011-05-09)
parents 60a842e740cf
children fad48b58dd83
rev   line source
rcx@3750 1 # SliTaz package receipt.
rcx@3750 2
rcx@3750 3 PACKAGE="usbutils-dev"
slaxemulator@7311 4 VERSION="0.91"
rcx@3802 5 CATEGORY="development"
rcx@3750 6 SHORT_DESC="Development files for usbutils."
rcx@3750 7 MAINTAINER="erjo@slitaz.org"
rcx@3750 8 DEPENDS="usbutils"
rcx@3750 9 WEB_SITE="http://linux-usb.sourceforge.net/"
rcx@3750 10 WANTED="usbutils"
rcx@3750 11
rcx@3750 12 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3750 13 genpkg_rules()
rcx@3750 14 {
rcx@3750 15 mkdir -p $fs/usr/lib
slaxemulator@7313 16 cp -a $_pkg/usr/share/pkgconfig $fs/usr/lib
rcx@3750 17 }