summaryrefslogtreecommitdiff
path: root/community-testing/freewrl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-09 00:33:26 -0700
committerroot <root@rshg054.dnsready.net>2012-10-09 00:33:26 -0700
commit965fe5dd2bc0fae6b53c10d880c15f494dd589ac (patch)
tree910883dffa913262b28fb7a0e3bc41c3325b1dd2 /community-testing/freewrl
parent962d1e81a62d7259ccb686da1a44de2bb28e73a5 (diff)
Tue Oct 9 00:33:25 PDT 2012
Diffstat (limited to 'community-testing/freewrl')
-rw-r--r--community-testing/freewrl/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/community-testing/freewrl/PKGBUILD b/community-testing/freewrl/PKGBUILD
index 4fcbe0b25..a3c68dbe4 100644
--- a/community-testing/freewrl/PKGBUILD
+++ b/community-testing/freewrl/PKGBUILD
@@ -1,25 +1,26 @@
-# $Id: PKGBUILD 74511 2012-07-29 21:15:25Z ebelanger $
+# $Id: PKGBUILD 77283 2012-10-08 14:36:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=freewrl
-pkgver=1.22.13
+pkgver=1.22.13.1
+_pkgver=1.22.13
pkgrel=2
pkgdesc="VRML viewer"
arch=('i686' 'x86_64')
url="http://freewrl.sourceforge.net/"
license=('GPL')
depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 'sox'
- 'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 'js')
-makedepends=('java-environment' 'xulrunner')
+ 'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 'js' 'glu')
+makedepends=('java-environment' 'xulrunner' 'wget')
options=(!libtool)
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('7e432c7a9eb5d00497d34d93e2b4d420')
+md5sums=('27f4bf163011d8ac2088a535cb58a13d')
build() {
. /etc/profile.d/jre.sh
. /etc/profile.d/jdk.sh
- cd $srcdir/$pkgname-$pkgver
+ cd $srcdir/$pkgname-${_pkgver}
export JAVASCRIPT_ENGINE_CFLAGS="-I/usr/include/js -DXP_UNIX -DJS_THREADSAFE $(pkg-config --cflags nspr)"
export JAVASCRIPT_ENGINE_LIBS="$(pkg-config --libs nspr) -lmozjs185"
./configure \
@@ -31,6 +32,6 @@ build() {
}
package() {
- cd $srcdir/$pkgname-$pkgver
+ cd $srcdir/$pkgname-${_pkgver}
make DESTDIR=$pkgdir install
}