#Maintainer: Patrice Scolari pkgname=lib3ds pkgver=1.3 pkgrel=1 zenver=54 arch=i486 source=("http://downloads.sourceforge.net/lib3ds/lib3ds-1.3.0.zip") docs=("readme" "install" "changelog" "authors" "news") url="http://lib3ds.sourceforge.net/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname ( software library for managing 3D-Studio '.3DS' files )" "lib3ds is an overall software library for managing 3D-Studio Release 3" "and 4 '.3DS' files. It is a free alternative to Autodesk's 3DS File" "Toolkit for managing 3DS files. It started out in 1996 to be released" "in 1999 under the GNU General Public License as Open-Source software." "In 2000, the library was completely rewritten in ANSI-C to attain more" "hardware platform independence. To enable commercial application the" "license was changed to GNU Lesser General Public License (LGPL)." ) build() { cd $startdir/src/$pkgname-1.3.0 ./configure --prefix=/usr --localstatedir=/var make || return 1 make install DESTDIR=$startdir/pkg }