summaryrefslogtreecommitdiff
path: root/community/assimp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/assimp/PKGBUILD')
-rw-r--r--community/assimp/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/assimp/PKGBUILD b/community/assimp/PKGBUILD
index 215c165f5..6a5087a83 100644
--- a/community/assimp/PKGBUILD
+++ b/community/assimp/PKGBUILD
@@ -2,22 +2,22 @@
# Contributor: jepaan <jepaan at hotmail dot com>
pkgname=assimp
-pkgver=3.0
+pkgver=3.0.1270
pkgrel=1
pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner"
arch=('i686' 'x86_64')
license=('BSD')
-depends=('libxmu')
-makedepends=('cmake' 'boost' 'freeglut')
+depends=('libxmu' 'zlib' 'freeglut')
+makedepends=('cmake' 'boost')
url=('http://assimp.sourceforge.net/index.html')
-source=("http://downloads.sourceforge.net/assimp/assimp-${pkgver}-src.tar.gz")
-md5sums=('2cb57a3f9c9930dc3320a93670ec6fdf')
+source=("http://downloads.sourceforge.net/assimp/assimp--$pkgver-source-only.zip")
+md5sums=('52aa4cf4e34e6b2a9c5f6c0b3c319af1')
build() {
cd ${srcdir}
mkdir build
cd build
- cmake ../${pkgname}-${pkgver} \
+ cmake ../${pkgname}--${pkgver}-source-only \
-DCMAKE_INSTALL_PREFIX=/usr
make
}
@@ -26,5 +26,5 @@ package() {
cd ${srcdir}/build
make DESTDIR=$pkgdir install
- install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+ install -Dm644 ${srcdir}/${pkgname}--${pkgver}-source-only/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}