wok annotate libnjb/receipt @ rev 21329
updated libusb and libusb-dev (1.0.18 -> 1.0.22)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 19 10:39:59 2019 +0100 (2019-04-19) |
parents | 8d6f480bf664 |
children | 65d7d867e0c1 |
rev | line source |
---|---|
keupont@2882 | 1 # SliTaz package receipt. |
keupont@2882 | 2 |
keupont@2882 | 3 PACKAGE="libnjb" |
Hans-G?nter@21265 | 4 VERSION="2.2.7" |
keupont@2882 | 5 CATEGORY="system-tools" |
Hans-G?nter@21265 | 6 SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ." |
keupont@2882 | 7 MAINTAINER="keupont@no-log.org" |
pascal@15482 | 8 LICENSE="BSD" |
Hans-G?nter@21265 | 9 WEB_SITE="http://libnjb.sourceforge.net/" |
Hans-G?nter@21265 | 10 |
keupont@2882 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
keupont@2882 | 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
keupont@2882 | 13 |
pascal@15482 | 14 DEPENDS="libusb-compat" |
pascal@15482 | 15 BUILD_DEPENDS="libusb-compat libusb-compat-dev libusb-dev" |
pascal@15482 | 16 |
keupont@2882 | 17 # Rules to configure and make the package. |
keupont@2882 | 18 compile_rules() |
keupont@2882 | 19 { |
Hans-G?nter@21265 | 20 ./configure $CONFIGURE_ARGS && |
Hans-G?nter@21265 | 21 make -j 1 && |
Hans-G?nter@21265 | 22 make DESTDIR=$DESTDIR install |
keupont@2882 | 23 } |
keupont@2882 | 24 |
keupont@2882 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
keupont@2882 | 26 genpkg_rules() |
keupont@2882 | 27 { |
keupont@2882 | 28 mkdir -p $fs/usr/lib |
pascal@15482 | 29 cp -a $install/usr/lib/*.so* $fs/usr/lib |
keupont@2882 | 30 } |