[arch-commits] Commit in apache-ant/repos (extra-i686 extra-i686/PKGBUILD)

Paul Mattal paul at archlinux.org
Mon Jan 12 21:42:39 UTC 2009


    Date: Monday, January 12, 2009 @ 16:42:39
  Author: paul
Revision: 24082

Merged revisions 356,24081 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/apache-ant/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r24081 | paul | 2009-01-12 16:42:27 -0500 (Mon, 12 Jan 2009) | 2 lines
  
  upgpkg: apache-ant 1.7.1-1
      update to 1.7.1
........

Modified:
  apache-ant/repos/extra-i686/	(properties)
  apache-ant/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


Property changes on: apache-ant/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /apache-ant/trunk:1
   + /apache-ant/trunk:1-24081

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-01-12 21:42:27 UTC (rev 24081)
+++ extra-i686/PKGBUILD	2009-01-12 21:42:39 UTC (rev 24082)
@@ -3,19 +3,23 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=apache-ant
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="Ant is a java-based build tool."
 arch=(i686 x86_64)
 license=('APACHE')
 url="http://ant.apache.org/"
 depends=('java-runtime')
 makedepends=('java-environment')
+noextract=('junit3.8.1.zip')
 source=(http://archive.apache.org/dist/ant/source/${pkgname}-${pkgver}-src.tar.bz2
         http://heanet.dl.sourceforge.net/sourceforge/junit/junit3.8.1.zip)
-md5sums=('22b378e27ab300e4d73bf09d91c7e2a6' '5110326e4b7f7497dfa60ede4b626751')
+md5sums=('0d68db4a1ada5c91bcbf53cefd0c2fd7' '5110326e4b7f7497dfa60ede4b626751')
 
 build() {
+  cd ${startdir}/src || return 1
+  unzip junit3.8.1.zip || return 1
+
   cd ${startdir}/src/${pkgname}-${pkgver}
   if [ -f /etc/profile.d/java-gcj-compat.sh ]; then
     . /etc/profile.d/java-gcj-compat.sh




More information about the arch-commits mailing list