summaryrefslogtreecommitdiff
path: root/community-staging/freewrl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-23 01:37:15 -0700
committerroot <root@rshg054.dnsready.net>2012-10-23 01:37:15 -0700
commit3c19af9355ba86a5b99d6e5a57ecaa68a7ea6e8e (patch)
tree8fac31deec086251b3b9dc8faddfe14f5667392b /community-staging/freewrl
parent99746708edfd2c56f2ba654a14f27e98b1601a43 (diff)
Tue Oct 23 01:37:02 PDT 2012
Diffstat (limited to 'community-staging/freewrl')
-rw-r--r--community-staging/freewrl/PKGBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/community-staging/freewrl/PKGBUILD b/community-staging/freewrl/PKGBUILD
index 754a4dbf1..3099fb0ce 100644
--- a/community-staging/freewrl/PKGBUILD
+++ b/community-staging/freewrl/PKGBUILD
@@ -1,25 +1,26 @@
-# $Id: PKGBUILD 74429 2012-07-28 09:52:22Z spupykin $
+# $Id: PKGBUILD 78632 2012-10-22 11:20:36Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=freewrl
-pkgver=1.22.13
-pkgrel=2
+pkgver=1.22.13.1
+_pkgver=1.22.13
+pkgrel=3
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' 'mesa')
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
}