# HG changeset patch # User Pascal Bellard # Date 1380109187 0 # Node ID 09959b49f7da9207da89eb2055f23847de63d67a # Parent 644c871a432ba5a0c2df67c4a2c05008e20a97d2 libxml2, libxslt: remove wrong error trigger diff -r 644c871a432b -r 09959b49f7da libxml2-dev/receipt --- a/libxml2-dev/receipt Wed Sep 25 11:22:57 2013 +0000 +++ b/libxml2-dev/receipt Wed Sep 25 11:39:47 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="XML C parser and toolkit devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WANTED="libxml2" -DEPENDS="libxml2-tools" WEB_SITE="http://xmlsoft.org/" HOST_ARCH="i486 arm" +DEPENDS="libxml2-tools" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 644c871a432b -r 09959b49f7da libxml2-python/receipt --- a/libxml2-python/receipt Wed Sep 25 11:22:57 2013 +0000 +++ b/libxml2-python/receipt Wed Sep 25 11:39:47 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Libxml2 adapter for the Python." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WEB_SITE="http://xmlsoft.org/" WANTED="libxml2" diff -r 644c871a432b -r 09959b49f7da libxml2-tools/receipt --- a/libxml2-tools/receipt Wed Sep 25 11:22:57 2013 +0000 +++ b/libxml2-tools/receipt Wed Sep 25 11:39:47 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="The xmllint tester and xmlcatalog parser utility." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://xmlsoft.org/" -DEPENDS="libxml2" WANTED="libxml2" HOST_ARCH="i486 arm" +DEPENDS="libxml2" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 644c871a432b -r 09959b49f7da libxml2/receipt --- a/libxml2/receipt Wed Sep 25 11:22:57 2013 +0000 +++ b/libxml2/receipt Wed Sep 25 11:39:47 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Libxml2 is the XML C parser and toolkit." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xmlsoft.org/" WGET_URL="ftp://xmlsoft.org/libxml2/$TARBALL" @@ -36,7 +37,7 @@ --with-history \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make DESTDIR=$DESTDIR install 2>&1 | grep -v "can't stat './*.html':" } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 644c871a432b -r 09959b49f7da libxslt-dev/receipt --- a/libxslt-dev/receipt Wed Sep 25 11:22:57 2013 +0000 +++ b/libxslt-dev/receipt Wed Sep 25 11:39:47 2013 +0000 @@ -5,22 +5,24 @@ CATEGORY="development" SHORT_DESC="XSLT devel files support for libxml2." MAINTAINER="pankso@slitaz.org" -DEPENDS="libxslt libxslt-python libgcrypt-dev libxml2-dev zlib-dev" +LICENSE="MIT" WANTED="libxslt" WEB_SITE="http://xmlsoft.org/" +DEPENDS="libxslt libxslt-python libgcrypt-dev libxml2-dev zlib-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/*.sh $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/*.sh $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp $_pkg/usr/bin/xslt-config $fs/usr/bin + cp $install/usr/bin/xslt-config $fs/usr/bin chmod +x $fs/usr/bin/* - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/share/aclocal $fs/usr/share + cp -a $install/usr/include $fs/usr + cp -a $install/usr/share/aclocal $fs/usr/share } diff -r 644c871a432b -r 09959b49f7da libxslt-python/receipt --- a/libxslt-python/receipt Wed Sep 25 11:22:57 2013 +0000 +++ b/libxslt-python/receipt Wed Sep 25 11:39:47 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="python module for libxslt" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libxslt python" +LICENSE="MIT" WANTED="libxslt" WEB_SITE="http://xmlsoft.org/" +DEPENDS="libxslt python" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib # Python module PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') - cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib + cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib } diff -r 644c871a432b -r 09959b49f7da libxslt/receipt --- a/libxslt/receipt Wed Sep 25 11:22:57 2013 +0000 +++ b/libxslt/receipt Wed Sep 25 11:39:47 2013 +0000 @@ -5,26 +5,28 @@ CATEGORY="system-tools" SHORT_DESC="XSLT support for libxml2." MAINTAINER="pankso@slitaz.org" -DEPENDS="libgcrypt libxml2 zlib" -BUILD_DEPENDS="libgcrypt-dev libxml2-dev zlib-dev python-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.xmlsoft.org/XSLT/" WGET_URL="ftp://xmlsoft.org/libxslt/$TARBALL" +DEPENDS="libgcrypt libxml2 zlib" +BUILD_DEPENDS="libgcrypt-dev libxml2-dev zlib-dev python-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure $CONFIGURE_ARGS && make && - make install + make install 2>&1 | grep -v 'html/index.sgml' } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/libxslt-plugins - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr rm $fs/usr/bin/xslt-config }