[arch-commits] Commit in beanshell2/repos (testing-any testing-any/PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Thu Jan 23 13:25:15 UTC 2014


    Date: Thursday, January 23, 2014 @ 14:25:15
  Author: andyrtr
Revision: 204581

archrelease: copy trunk to testing-any

Added:
  beanshell2/repos/testing-any/
  beanshell2/repos/testing-any/PKGBUILD
    (from rev 204580, beanshell2/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: beanshell2/repos/testing-any/PKGBUILD (from rev 204580, beanshell2/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2014-01-23 13:25:15 UTC (rev 204581)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=beanshell2
+pkgver=2.1.7
+pkgrel=1
+pkgdesc="Small, free, embeddable, source level Java interpreter with object based scripting language features written in Java"
+arch=('any')
+url="https://code.google.com/p/beanshell2/"
+license=('LGPL')
+depends=('java-runtime')
+provides=('bsh' 'beanshell')
+conflicts=('beanshell')
+replaces=('beanshell')
+source=("https://beanshell2.googlecode.com/files/bsh-${pkgver}.jar")
+noextract=("${pkgname}-${pkgver}.jar")
+md5sums=('0d60db994fe371594f6b513bf07768cf')
+
+package() {
+  install -m755 -d ${pkgdir}/usr/share/java/
+  install -D -m644 ${srcdir}/bsh-${pkgver}.jar ${pkgdir}/usr/share/java/bsh.jar
+}




More information about the arch-commits mailing list