summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarodseth2013-03-10 23:35:22 +0000
committerSantiago Torres Arias2013-03-10 23:35:22 +0000
commit001b845ad895a14af46b86db7b9a6e2559feb485 (patch)
tree3b0d447e002bb1695fc948307d9ae7fe7cd4a1f9 /PKGBUILD
parenta8dbbd592a120a6cfc3f86c220cd3e9a37be7520 (diff)
downloadaur-001b845ad895a14af46b86db7b9a6e2559feb485.tar.gz
upgpkg: wings3d 1.4.1-16
git-svn-id: file:///srv/repos/svn-community/svn@86004 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 647b9d5d115c..1254cc6e3e91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
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"