[arch-commits] Commit in jruby/repos (community-any community-any/PKGBUILD)
Jan Steffens
heftig at nymeria.archlinux.org
Thu May 16 23:27:42 UTC 2013
Date: Friday, May 17, 2013 @ 01:27:41
Author: heftig
Revision: 90978
archrelease: copy trunk to community-any
Added:
jruby/repos/community-any/
jruby/repos/community-any/PKGBUILD
(from rev 90977, jruby/trunk/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: jruby/repos/community-any/PKGBUILD (from rev 90977, jruby/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2013-05-16 23:27:41 UTC (rev 90978)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: FaziBear <fazibear at gmail.com>
+
+pkgname=jruby
+pkgver=1.7.4
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+arch=(any)
+url="http://www.jruby.org/"
+license=(EPL GPL2 LGPL2.1 custom)
+depends=(java-runtime-headless bash)
+options=(!strip)
+source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
+sha256sums=('ef6dead787780f18a43758003689fd9ba40e64abc04cd41a6ff1eaf1557dfa69')
+
+# For build from source (-src-) package
+#makedepends=(java-environment apache-ant)
+#build() {
+# cd jruby
+# ant dist-bin
+# tar -C .. -xf dist/$pkgname-bin-$pkgver.tar.gz
+#}
+
+package() {
+ cd "$pkgdir"
+
+ mkdir opt
+ cp -r "$srcdir/jruby-$pkgver" opt/jruby
+
+ mkdir -p usr/bin
+ for _file in jirb{,_swing} jruby{,c} jgem; do
+ ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
+ done
+
+ mkdir -p usr/share/licenses/$pkgname
+ ln -s ../../../../opt/jruby/COPYING \
+ usr/share/licenses/$pkgname/COPYING
+}
More information about the arch-commits
mailing list