wok-stable annotate usbutils-dev/receipt @ rev 8064
Fix: openttd needs icu to run
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Jan 21 00:49:11 2011 +0100 (2011-01-21) |
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 } |