updated on Mon Jan 16 16:00:41 UTC 2012
[aur-mirror.git] / stick2xyz / PKGBUILD
blob9ebf00d394c96ac5c7c79543019b1a3618c2b7f7
1 # Contributor: farid abdelnour <farid at atelier-labs.org>
3 pkgname=stick2xyz
4 pkgver=1.3.1
5 pkgrel=1
6 pkgdesc="A useful utility for producing stick figure animations, and then afterwords output the animations to formats such as a K-3D file and 8-bit PNG files."
7 arch=('i686')
8 url="http://www.planetsaphire.com/"
9 depends=('libpng')
10 #makedepends=('')
11 license=('GPL')
12 source=(http://downloads.sourceforge.net/stick2xyz/stick2xyz-1.3.1.tar.bz2)
13 md5sums=('c72f2607d0ee66efb98176e73175b3ec')
15 build() {
16         cd ${startdir}/src/${pkgname}-${pkgver}
17         ./configure -prefix=/usr
18         make || return 1
19         make DESTDIR=$startdir/pkg install