summaryrefslogtreecommitdiff
path: root/community/squeak-vm/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-03 04:02:27 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-03 04:02:27 +0000
commit5daf7a199ac436064eb4f3343e4a38ea383d628e (patch)
treeef80c239155f9c38ac9de922eef30fdcb3810e01 /community/squeak-vm/PKGBUILD
parent747fac818a9021f876837c839ce15c301b7e229f (diff)
Sat May 3 03:56:22 UTC 2014
Diffstat (limited to 'community/squeak-vm/PKGBUILD')
-rw-r--r--community/squeak-vm/PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/community/squeak-vm/PKGBUILD b/community/squeak-vm/PKGBUILD
index 2ff380d0c..7c6d62279 100644
--- a/community/squeak-vm/PKGBUILD
+++ b/community/squeak-vm/PKGBUILD
@@ -1,5 +1,5 @@
-# $Id: PKGBUILD 85994 2013-03-10 21:24:51Z jsteel $
-# Maintainer: Jonathan Steel <mail at jsteel dot org>
+# $Id: PKGBUILD 110536 2014-05-02 20:40:25Z jsteel $
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
# Contributor: Piero Sartini <piero@sartini.de>
# Contributor: Cilyan Olowen <gaknar@gmail.com>
# Contributor: knut
@@ -7,18 +7,15 @@
pkgname=squeak-vm
pkgver=4.10.2.2614
-pkgrel=1
+pkgrel=2
pkgdesc="Full-featured implementation of the Smalltalk programming language and environment"
arch=('i686' 'x86_64')
url="http://squeakvm.org"
license=('custom:MIT' 'APACHE')
conflicts=('squeak')
provides=('squeak')
-depends=('alsa-lib' 'dbus-core' 'libxrender' 'libgl' 'util-linux')
-makedepends=('cmake' 'mesa')
-optdepends=('speex: for ogg plugin' 'gstreamer0.10: for gstreamer plugin'
- 'libpulse: for pulse plugin' 'squeak-image: for the full Squeak
- environment')
+depends=('alsa-lib' 'dbus-core' 'libxrender' 'mesa' 'util-linux')
+makedepends=('cmake' 'libpulse' 'mesa-libgl')
source=(http://squeakvm.org/unix/release/Squeak-$pkgver-src.tar.gz)
md5sums=('8a5cb1d6899d55df56154fab8716e034')
@@ -37,5 +34,5 @@ package() {
make DESTDIR="$pkgdir"/ install
install -Dm644 "$srcdir"/Squeak-$pkgver-src/unix/doc/LICENSE \
- "$pkgdir"/usr/share/licenses/squeak-vm/LICENSE
+ "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}