diff options
Diffstat (limited to 'community/wings3d/PKGBUILD')
-rw-r--r-- | community/wings3d/PKGBUILD | 13 |
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" |