summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
-rw-r--r--iat.sh (renamed from ambienttalk.sh)0
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fd279aaa885..e618979ad95e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Apr 18 20:28:00 UTC 2017
+# Tue Apr 18 20:34:48 UTC 2017
pkgbase = ambienttalk
- pkgdesc = AmbientTalk is an experimental object-oriented distributed programming language. The language is primarily targeted at writing programs deployed in mobile ad hoc networks.
+ pkgdesc = Interactive shell for AmbientTalk, an experimental object-oriented distributed programming language. The language is primarily targeted at writing programs deployed in mobile ad hoc networks.
pkgver = 2.22
- pkgrel = 1
+ pkgrel = 2
url = http://soft.vub.ac.be/amop/
arch = any
license = MIT
depends = java-runtime
source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ambienttalk/at2dist060213.zip
- source = ambienttalk.sh
+ source = iat.sh
md5sums = 9773c4955f077a09b77b40298bbed3db
md5sums = 2d322f998a04af289fb0f08853619c1e
diff --git a/PKGBUILD b/PKGBUILD
index 7c8bdde91aef..20f30f6cb69c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=ambienttalk
pkgver=2.22
-pkgrel=1
-pkgdesc="AmbientTalk is an experimental object-oriented distributed programming language. The language is primarily targeted at writing programs deployed in mobile ad hoc networks."
+pkgrel=2
+pkgdesc="Interactive shell for AmbientTalk, an experimental object-oriented distributed programming language. The language is primarily targeted at writing programs deployed in mobile ad
+hoc networks."
arch=(any)
url="http://soft.vub.ac.be/amop/"
license=('MIT')
depends=(java-runtime)
-source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ambienttalk/at2dist060213.zip ambienttalk.sh)
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ambienttalk/at2dist060213.zip iat.sh)
noextract=()
md5sums=('9773c4955f077a09b77b40298bbed3db'
'2d322f998a04af289fb0f08853619c1e')
@@ -21,8 +22,8 @@ package() {
# install run script in /usr/bin
install -d "$pkgdir"/usr/bin
- cp "$srcdir"/ambienttalk.sh "$pkgdir"/usr/bin/ambienttalk
- chmod +x "$pkgdir"/usr/bin/ambienttalk
+ cp "$srcdir"/iat.sh "$pkgdir"/usr/bin/iat
+ chmod +x "$pkgdir"/usr/bin/iat
# copy bundled atlib to /usr/share/ambienttalk
install -d "$pkgdir"/usr/share/ambienttalk
diff --git a/ambienttalk.sh b/iat.sh
index fd1a263a9d35..fd1a263a9d35 100644
--- a/ambienttalk.sh
+++ b/iat.sh