# HG changeset patch # User Pascal Bellard # Date 1384033154 0 # Node ID c5285953bed241eeb18935eed948874fa7fdaee2 # Parent 8f447cf2eee5bc9b3e1f8c98a1ec53cb7c9b2958 libee: race condition diff -r 8f447cf2eee5 -r c5285953bed2 b43-fwcutter/receipt --- a/b43-fwcutter/receipt Sat Nov 09 20:47:29 2013 +0000 +++ b/b43-fwcutter/receipt Sat Nov 09 21:39:14 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="Broadcom 43xx Linux Driver." MAINTAINER="erjo@slitaz.org" -DEPENDS="" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://bu3sch.de/b43/fwcutter/" WGET_URL="http://bu3sch.de/b43/fwcutter/$TARBALL" TAGS="wireless" +DEPENDS="" + # Rules to configure and make the package. compile_rules() { diff -r 8f447cf2eee5 -r c5285953bed2 bzip2-dev/receipt --- a/bzip2-dev/receipt Sat Nov 09 20:47:29 2013 +0000 +++ b/bzip2-dev/receipt Sat Nov 09 21:39:14 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="High-quality data compressor dev files." MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.bzip.org/" HOST_ARCH="i486 arm" WANTED="bzip2" diff -r 8f447cf2eee5 -r c5285953bed2 bzip2/receipt --- a/bzip2/receipt Sat Nov 09 20:47:29 2013 +0000 +++ b/bzip2/receipt Sat Nov 09 21:39:14 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="High-quality data compressor." MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.bzip.org/" WGET_URL="http://www.bzip.org/$VERSION/$TARBALL" diff -r 8f447cf2eee5 -r c5285953bed2 bzlib/receipt --- a/bzlib/receipt Sat Nov 09 20:47:29 2013 +0000 +++ b/bzlib/receipt Sat Nov 09 21:39:14 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="High-quality data compressor libraries." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.bzip.org/" WANTED="bzip2" HOST_ARCH="i486 arm" diff -r 8f447cf2eee5 -r c5285953bed2 libee/receipt --- a/libee/receipt Sat Nov 09 20:47:29 2013 +0000 +++ b/libee/receipt Sat Nov 09 21:39:14 2013 +0000 @@ -20,7 +20,7 @@ # Patch from http://www.gossamer-threads.com/lists/rsyslog/users/4600 patch -p 1 < $stuff/libee-build-fix.patch ./configure $CONFIGURE_ARGS \ - --disable-testbench && make && make install + --disable-testbench && make -j 1 && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 8f447cf2eee5 -r c5285953bed2 visualnqc/receipt --- a/visualnqc/receipt Sat Nov 09 20:47:29 2013 +0000 +++ b/visualnqc/receipt Sat Nov 09 21:39:14 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="An iconic language for the Lego Mindstorms RCX." MAINTAINER="rcx@zoominternet.net" -DEPENDS="nqc" -BUILD_DEPENDS="" +LICENSE="MPL" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://funsoftware.sourceforge.net/" WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" +DEPENDS="nqc" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() { @@ -23,5 +25,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/* $fs + cp -a $install/* $fs }