wok annotate usbutils-dev/receipt @ rev 7080

Add applet fbsplash CONFIG_FBSPLASH=y to play with light and tiny graphical boot
author Christophe Lincoln <pankso@slitaz.org>
date Tue Nov 02 23:14:11 2010 +0100 (2010-11-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 }