wok view libnjb-dev/receipt @ rev 4084

Add: blender (3D creation suite)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 16 00:12:26 2009 +0200 (2009-09-16)
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 }