wok view libnjb-dev/receipt @ rev 9032

squid-custom-errors: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 03 22:35:38 2011 +0100 (2011-03-03)
parents 72137cdb4884
children 8d6f480bf664
line source
1 # SliTaz package receipt.
3 PACKAGE="libnjb-dev"
4 VERSION="2.2.6"
5 CATEGORY="development"
6 SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ devel files"
7 MAINTAINER="keupont@no-log.org"
8 DEPENDS="libnjb libusb zlib"
9 WANTED="libnjb"
10 WEB_SITE="http://libnjb.sourceforge.net/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/include $fs/usr
19 cp -a $_pkg/usr/bin $fs/usr
20 }