Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=73c2132f2dc78fdeb222c942bfee33b3306163f3
commit 73c2132f2dc78fdeb222c942bfee33b3306163f3 Author: Miklos Vajna <[email protected]> Date: Thu Aug 30 22:01:30 2012 +0200 libbase-1.1.3-1-x86_64 - new package (will be a dependency of pentaho-libxml) diff --git a/source/devel-extra/libbase/FrugalBuild b/source/devel-extra/libbase/FrugalBuild new file mode 100644 index 0000000..dc795a6 --- /dev/null +++ b/source/devel-extra/libbase/FrugalBuild @@ -0,0 +1,27 @@ +# Compiling Time: 0.05 SBU +# Maintainer: Miklos Vajna <[email protected]> + +pkgname=libbase +pkgver=1.1.3 +pkgrel=1 +pkgdesc="JFree Base Services" +url="http://reporting.pentaho.org/" +Finclude openjava +depends=(${depends[@]} 'commons-logging' 'ant-contrib') +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/libbase-$pkgver.zip libbase-1.1.2.build.patch) +sha1sums=('15266e561877a4c8acfbc43ced2630a19ebfa545' \ + '0e280153cfdb7bf99bd7be40e6f9975554873905') +_F_cd_path="." + +build() +{ + Fpatchall + mkdir -p lib/ant-contrib + Fjavacleanup + Fant jar + mv dist/libbase{-$pkgver,}.jar + Fjar dist/libbase.jar +} diff --git a/source/devel-extra/libbase/libbase-1.1.2.build.patch b/source/devel-extra/libbase/libbase-1.1.2.build.patch new file mode 100644 index 0000000..7876b53 --- /dev/null +++ b/source/devel-extra/libbase/libbase-1.1.2.build.patch @@ -0,0 +1,16 @@ +--- libbase-1.1.3/build.properties 2009-11-17 13:12:25.000000000 +0000 ++++ libbase-1.1.3/build.properties 2009-11-17 13:12:37.000000000 +0000 +@@ -1,4 +1,4 @@ +-project.revision=TRUNK-SNAPSHOT ++project.revision=1.1.3 + ivy.artifact.group=pentaho-library + ivy.artifact.id=libbase + impl.title=Libbase +@@ -7,3 +7,7 @@ + testsrc.dir=${basedir}/testcases + + java.awt.headless=true ++ ++antcontrib.available=true ++ ++build.cache.dir=lib _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
