wok-6.x annotate usbutils-dev/receipt @ rev 15632
matchbox-window-manager-2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 09 10:08:51 2013 +0000 (2013-12-09) |
parents | 380ffe05937a |
children | 9340d813aee3 |
rev | line source |
---|---|
rcx@3750 | 1 # SliTaz package receipt. |
rcx@3750 | 2 |
rcx@3750 | 3 PACKAGE="usbutils-dev" |
slaxemulator@11044 | 4 VERSION="004" |
rcx@3802 | 5 CATEGORY="development" |
rcx@3750 | 6 SHORT_DESC="Development files for usbutils." |
rcx@3750 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
rcx@3750 | 9 WEB_SITE="http://linux-usb.sourceforge.net/" |
rcx@3750 | 10 WANTED="usbutils" |
rcx@3750 | 11 |
pascal@15598 | 12 DEPENDS="usbutils pkg-config" |
pascal@15000 | 13 |
rcx@3750 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3750 | 15 genpkg_rules() |
rcx@3750 | 16 { |
rcx@3750 | 17 mkdir -p $fs/usr/lib |
pascal@15000 | 18 cp -a $install/usr/share/pkgconfig $fs/usr/lib |
rcx@3750 | 19 } |