Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3ed69bf844cc70d2ab142ce6d9ad229a9aa90fa5
commit 3ed69bf844cc70d2ab142ce6d9ad229a9aa90fa5 Author: crazy <[email protected]> Date: Sun Jun 5 00:39:38 2016 +0200 Revert "pentaho-libxml-1.1.3-1-x86_64 - removed - repo cleanup" This reverts commit 175dd1c64de6610f6a47054d5d8d047344a1c07d. * rebuild diff --git a/source/devel-extra/pentaho-libxml/FrugalBuild b/source/devel-extra/pentaho-libxml/FrugalBuild new file mode 100644 index 0000000..9cfd301 --- /dev/null +++ b/source/devel-extra/pentaho-libxml/FrugalBuild @@ -0,0 +1,27 @@ +# Compiling Time: 0.05 SBU +# Maintainer: Miklos Vajna <[email protected]> + +pkgname=pentaho-libxml +pkgver=1.1.3 +pkgrel=2 +pkgdesc="Namespace aware SAX-Parser utility library" +url="http://reporting.pentaho.org/" +Finclude openjava +depends=(${depends[@]} 'libloader') +groups=('devel-extra') +archs=('i686' 'x86_64') +up2date="$pkgver" # latest version of pentaho libs is 1.2.x, but that doesn't contain this one... +source=(http://downloads.sourceforge.net/jfreereport/libxml-$pkgver.zip libxml-1.1.2-build.patch) +sha1sums=('708259d18d5448afeac117afe0b5b7318cd897d1' \ + '4c300a614d3469359407c62301eaa6528da0385e') +_F_cd_path="." + +build() +{ + Fpatchall + Fjavacleanup + ln -s /usr/share/java lib/ant-contrib + Fant jar + mv dist/libxml{-$pkgver,}.jar + Fjar dist/libxml.jar +} diff --git a/source/devel-extra/pentaho-libxml/libxml-1.1.2-build.patch b/source/devel-extra/pentaho-libxml/libxml-1.1.2-build.patch new file mode 100644 index 0000000..11a69cf --- /dev/null +++ b/source/devel-extra/pentaho-libxml/libxml-1.1.2-build.patch @@ -0,0 +1,17 @@ +--- pentaho-libxml-1.1.3/build.properties 2009-11-17 15:20:48.000000000 +0000 ++++ pentaho-libxml-1.1.3/build.properties 2009-11-17 15:20:57.000000000 +0000 +@@ -1,4 +1,4 @@ +-project.revision=TRUNK-SNAPSHOT ++project.revision=1.1.3 + ivy.artifact.group=pentaho-library + ivy.artifact.id=libxml + impl.title=LibXml +@@ -6,4 +6,6 @@ + src.dir=${basedir}/source + dependency.libbase.revision=1.1.3 + dependency.libloader.revision=1.1.3 +-testsrc.dir=${basedir}/test +\ No newline at end of file ++testsrc.dir=${basedir}/test ++antcontrib.available=true ++build.cache.dir=lib _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
