wok-stable annotate usbutils-dev/receipt @ rev 4865
xorg-xf86-video-*: Fix DESC.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Feb 04 22:30:57 2010 +0100 (2010-02-04) |
parents | 9900cf616c5c |
children | d22c7c0e0bd3 |
rev | line source |
---|---|
rcx@3750 | 1 # SliTaz package receipt. |
rcx@3750 | 2 |
rcx@3750 | 3 PACKAGE="usbutils-dev" |
rcx@3750 | 4 VERSION="0.84" |
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 |
rcx@3750 | 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
rcx@3750 | 18 } |