# HG changeset patch # User Pascal Bellard # Date 1380059730 0 # Node ID 21df9c566947590229509847c6ad7e518bebdd19 # Parent d21c0c760517a796007849889261be37d4c9ead4 apr: remove wrong error triggers diff -r d21c0c760517 -r 21df9c566947 apr-dev/receipt --- a/apr-dev/receipt Tue Sep 24 17:35:45 2013 +0000 +++ b/apr-dev/receipt Tue Sep 24 21:55:30 2013 +0000 @@ -5,19 +5,21 @@ CATEGORY="development" SHORT_DESC="Apache Portable Runtime Library dev files" MAINTAINER="lehswe@gmail.com" -DEPENDS="apr bash" +LICENSE="Apache" WANTED="apr" WEB_SITE="http://apr.apache.org" +DEPENDS="apr bash" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/share/apr-1 $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/share/apr-1 $fs/usr/share } diff -r d21c0c760517 -r 21df9c566947 apr/receipt --- a/apr/receipt Tue Sep 24 17:35:45 2013 +0000 +++ b/apr/receipt Tue Sep 24 21:55:30 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="misc" SHORT_DESC="Apache Portable Runtime Library" MAINTAINER="lehswe@gmail.com" -DEPENDS="util-linux-uuid" -BUILD_DEPENDS="util-linux-uuid-dev" +LICENSE="Apache" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://apr.apache.org" WGET_URL="http://mir2.ovh.net/ftp.apache.org/dist/$PACKAGE/$TARBALL http://apache.crihan.fr/dist/$PACKAGE/$TARBALL" CROSS="error: cannot check for file existence when cross compiling" +DEPENDS="util-linux-uuid" +BUILD_DEPENDS="util-linux-uuid-dev" + # Rules to configure and make the package. compile_rules() { @@ -23,7 +25,7 @@ --enable-nonportable-atomics \ --with-devrandom \ --build=$HOST_SYSTEM \ - --host=$HOST_SYSTEM && + --host=$HOST_SYSTEM 2>&1 | grep -v '/libtool:' && make && make install } @@ -31,7 +33,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/*.exp $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.exp $fs/usr/lib } diff -r d21c0c760517 -r 21df9c566947 xine-plugin/receipt --- a/xine-plugin/receipt Tue Sep 24 17:35:45 2013 +0000 +++ b/xine-plugin/receipt Tue Sep 24 21:55:30 2013 +0000 @@ -17,6 +17,7 @@ compile_rules() { cd $src + mkdir -p $DESTDIR/root/.mozilla/plugins ./configure --prefix=/usr \ --mandir=/usr/share/man $CONFIGURE_ARGS && make &&