wok annotate usbutils-dev/receipt @ rev 6521
Up: usbutils to 0.9.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 02 17:17:45 2010 +0000 (2010-10-02) |
parents | d22c7c0e0bd3 |
children | 60a842e740cf |
rev | line source |
---|---|
rcx@3750 | 1 # SliTaz package receipt. |
rcx@3750 | 2 |
rcx@3750 | 3 PACKAGE="usbutils-dev" |
slaxemulator@6521 | 4 VERSION="0.90" |
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 BUILD_DEPENDS="" |
rcx@3750 | 10 WEB_SITE="http://linux-usb.sourceforge.net/" |
rcx@3750 | 11 WANTED="usbutils" |
rcx@3750 | 12 |
rcx@3750 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3750 | 14 genpkg_rules() |
rcx@3750 | 15 { |
rcx@3750 | 16 mkdir -p $fs/usr/lib |
erjo@5699 | 17 cp -a $_pkg/usr/share/misc/pkgconfig $fs/usr/lib |
rcx@3750 | 18 } |