wok-6.x diff libnjb/receipt @ rev 23623
Update some bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 14 16:56:01 2020 +0000 (2020-04-14) |
parents | 8d6f480bf664 |
children | 65d7d867e0c1 |
line diff
1.1 --- a/libnjb/receipt Sun Nov 10 17:13:06 2013 +0000 1.2 +++ b/libnjb/receipt Tue Apr 14 16:56:01 2020 +0000 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libnjb" 1.7 -VERSION="2.2.6" 1.8 +VERSION="2.2.7" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ" 1.11 +SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ." 1.12 MAINTAINER="keupont@no-log.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="http://libnjb.sourceforge.net/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://libnjb.sourceforge.net/" 1.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.19 1.20 DEPENDS="libusb-compat" 1.21 @@ -16,8 +17,9 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 - ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install 1.27 + ./configure $CONFIGURE_ARGS && 1.28 + make -j 1 && 1.29 + make DESTDIR=$DESTDIR install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg. 1.33 @@ -26,4 +28,3 @@ 1.34 mkdir -p $fs/usr/lib 1.35 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.36 } 1.37 -