wok annotate usbutils-dev/receipt @ rev 9730

aufs: add TARBALL need to avoid cloning each time. It's tar.bz2 since cook will compress it in this format but if *.tar.lzma exit it will be used by both cook and tazwok
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 09 15:38:20 2011 +0200 (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 }