[arch-commits] Commit in bcprov/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Jul 18 22:19:07 UTC 2009


    Date: Saturday, July 18, 2009 @ 18:19:07
  Author: jgc
Revision: 46593

Fix FS#15246

Modified:
  bcprov/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-18 21:50:48 UTC (rev 46592)
+++ PKGBUILD	2009-07-18 22:19:07 UTC (rev 46593)
@@ -9,7 +9,7 @@
 url="http://www.bouncycastle.org/java.html"
 license=('custom')
 depends=('java-runtime')
-makedepends=('java-gcj-compat' 'unzip' 'junit')
+makedepends=('java-environment' 'junit')
 source=(http://www.bouncycastle.org/download/bcprov-jdk14-${_pkgver}.tar.gz)
 md5sums=('d8e4ce15cda7b081a4b18752770ca02f')
 
@@ -25,6 +25,6 @@
   find . -path '*test/*.class' -delete
   find . -depth -type d -empty -delete
   jar cf ../bcprov.jar * || return 1
-  install -D -m644 ../bcprov.jar ${startdir}/pkg/usr/share/java/bcprov.jar || return 1
-  install -D -m644 ../LICENSE.html ${startdir}/pkg/usr/share/licenses/${pkgname}/LICENSE.html
+  install -D -m644 ../bcprov.jar ${pkgdir}/usr/share/java/bcprov.jar || return 1
+  install -D -m644 ../LICENSE.html ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.html
 }




More information about the arch-commits mailing list