### this file is sourced not run
PKGVER=3.3.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=libassimp-$PKGVER.tar.gz
MD5SUM=fc57b024e80ebb13301bd0983826cad3
SRC_URL=https://github.com/assimp/assimp/archive/v${PKGVER}.tar.gz
BUNDLE=

SLACKREQ=
SLACKDESC="libassimp3: libassimp3 $PKGVER (Open Asset Importer Library)
libassimp3: 
libassimp3: Open Asset Import Library (short name: Assimp) is a portable Open 
libassimp3: Source library to import various well-known 3D model formats in a 
libassimp3: uniform manner. The most recent version also knows how to export 3d 
libassimp3: files and is therefore suitable as a general-purpose 3D model 
libassimp3: converter.
libassimp3: This is version 3 of the library, and multiple versions can be
libassimp3: installed without conflict. At least, I think so :)
libassimp3:
libassimp3: https://www.assimp.org/index.php
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CMAKEFLAGS="$CMAKEFLAGS -DASSIMP_LIB_INSTALL_DIR=/usr/$LIBDIR"
	pkg_build_cmake &&
	pkg_build_slackdesc
}


