summaryrefslogtreecommitdiff
path: root/community/wings3d
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-12 00:04:27 -0700
committerroot <root@rshg054.dnsready.net>2013-03-12 00:04:27 -0700
commit9f8838d16719128121b4efde3bf6c7cc650f1801 (patch)
tree54cb20333b4366966150ddc060ca8da9b26bdd40 /community/wings3d
parentef17357a9745e05e301b724d13a341067ddb3d5b (diff)
Tue Mar 12 00:04:26 PDT 2013
Diffstat (limited to 'community/wings3d')
-rw-r--r--community/wings3d/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/community/wings3d/PKGBUILD b/community/wings3d/PKGBUILD
index 057466d2b..4a3e9d65d 100644
--- a/community/wings3d/PKGBUILD
+++ b/community/wings3d/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 85612 2013-03-03 23:56:10Z arodseth $
+# $Id: PKGBUILD 86005 2013-03-10 23:35:35Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: kappa <kappacurve@gmail.com>
pkgname=wings3d
_pkgname=wings
pkgver=1.4.1
-pkgrel=15
+pkgrel=16
pkgdesc='3D modeling program'
arch=('x86_64' 'i686')
url='http://www.wings3d.com/'
@@ -15,12 +15,17 @@ makedepends=('setconf' 'gendesk')
optdepends=('povray: rendering support via POV-Ray')
install=$pkgname.install
options=('!emptydirs')
-# Using the binary release, but would prefer using a source release, if there is one that compiles
+_genericname=('3D Modeler')
+# Using the i686-only binary release
+# Would prefer using a source release, if there is one that compiles
source=("http://sourceforge.net/projects/$_pkgname/files/$_pkgname/$pkgver/$_pkgname-$pkgver-linux.bzip2.run.gz"
"$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png")
sha256sums=('760e19fa4973ed0fc75057897135a8efa241e834b078fc05c28786672137b322'
'6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
-_genericname=('3D Modeler')
+if [ "$CARCH" == "x86_64" ]
+then
+ depends=('lib32-libgl' 'lib32-glu' 'lib32-sdl' 'lib32-ncurses')
+fi
build() {
cd "$srcdir"