wok view libnjb-dev/receipt @ rev 12420

Up: libmicrohttpd to 0.9.18.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Apr 21 09:20:33 2012 +0000 (2012-04-21)
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 }