wok rev 21265

updated libnjb and libnjb-dev (2.2.6 -> 2.2.7)
author Hans-G?nter Theisgen
date Fri Apr 12 14:08:40 2019 +0100 (2019-04-12)
parents 3b8898f56b63
children eb9e86ea9c0c
files libnjb-dev/receipt libnjb/receipt
line diff
     1.1 --- a/libnjb-dev/receipt	Fri Apr 12 13:50:34 2019 +0100
     1.2 +++ b/libnjb-dev/receipt	Fri Apr 12 14:08:40 2019 +0100
     1.3 @@ -1,23 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libnjb-dev"
     1.7 -VERSION="2.2.6"
     1.8 +VERSION="2.2.7"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ devel files"
    1.11 +SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ - development files."
    1.12  MAINTAINER="keupont@no-log.org"
    1.13  LICENSE="BSD"
    1.14 -WANTED="libnjb"
    1.15  WEB_SITE="http://libnjb.sourceforge.net/"
    1.16  
    1.17 -DEPENDS="libnjb libusb zlib pkg-config"
    1.18 +WANTED="libnjb"
    1.19 +DEPENDS="libnjb libusb pkg-config zlib"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27 -	cp -a $install/usr/include $fs/usr
    1.28 -	cp -a $install/usr/bin $fs/usr
    1.29 +
    1.30 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.31 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.32 +	cp -a $install/usr/include		$fs/usr
    1.33 +	cp -a $install/usr/bin			$fs/usr
    1.34  }
    1.35 -
     2.1 --- a/libnjb/receipt	Fri Apr 12 13:50:34 2019 +0100
     2.2 +++ b/libnjb/receipt	Fri Apr 12 14:08:40 2019 +0100
     2.3 @@ -1,13 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libnjb"
     2.7 -VERSION="2.2.6"
     2.8 +VERSION="2.2.7"
     2.9  CATEGORY="system-tools"
    2.10 -SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ"
    2.11 +SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ."
    2.12  MAINTAINER="keupont@no-log.org"
    2.13  LICENSE="BSD"
    2.14 +WEB_SITE="http://libnjb.sourceforge.net/"
    2.15 +
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 -WEB_SITE="http://libnjb.sourceforge.net/"
    2.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.19  
    2.20  DEPENDS="libusb-compat"
    2.21 @@ -16,8 +17,9 @@
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24  {
    2.25 -	cd $src
    2.26 -	./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install
    2.27 +	./configure $CONFIGURE_ARGS &&
    2.28 +	make -j 1 &&
    2.29 +	make DESTDIR=$DESTDIR install
    2.30  }
    2.31  
    2.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.33 @@ -26,4 +28,3 @@
    2.34  	mkdir -p $fs/usr/lib
    2.35  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.36  }
    2.37 -