wok-next view libnjb-dev/receipt @ rev 2892
Add French translation files
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 05 01:35:14 2009 +0200 (2009-05-05) |
parents | |
children | c60cdc20e4ab |
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 WANTED="libnjb"
9 WEB_SITE="http://libnjb.sourceforge.net/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/bin $fs/usr
19 }