# HG changeset patch # User Hans-G?nter Theisgen # Date 1555074520 -3600 # Node ID eb7fa8db50fedb75f371c5c64d2a5cd9b171e389 # Parent 3b8898f56b63f52c2332a46ca01e32ad24434529 updated libnjb and libnjb-dev (2.2.6 -> 2.2.7) diff -r 3b8898f56b63 -r eb7fa8db50fe libnjb-dev/receipt --- a/libnjb-dev/receipt Fri Apr 12 13:50:34 2019 +0100 +++ b/libnjb-dev/receipt Fri Apr 12 14:08:40 2019 +0100 @@ -1,23 +1,23 @@ # SliTaz package receipt. PACKAGE="libnjb-dev" -VERSION="2.2.6" +VERSION="2.2.7" CATEGORY="development" -SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ devel files" +SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ - development files." MAINTAINER="keupont@no-log.org" LICENSE="BSD" -WANTED="libnjb" WEB_SITE="http://libnjb.sourceforge.net/" -DEPENDS="libnjb libusb zlib pkg-config" +WANTED="libnjb" +DEPENDS="libnjb libusb pkg-config zlib" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/bin $fs/usr + + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/bin $fs/usr } - diff -r 3b8898f56b63 -r eb7fa8db50fe libnjb/receipt --- a/libnjb/receipt Fri Apr 12 13:50:34 2019 +0100 +++ b/libnjb/receipt Fri Apr 12 14:08:40 2019 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="libnjb" -VERSION="2.2.6" +VERSION="2.2.7" CATEGORY="system-tools" -SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ" +SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ." MAINTAINER="keupont@no-log.org" LICENSE="BSD" +WEB_SITE="http://libnjb.sourceforge.net/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://libnjb.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="libusb-compat" @@ -16,8 +17,9 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install + ./configure $CONFIGURE_ARGS && + make -j 1 && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -26,4 +28,3 @@ mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib } -