updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / frameworks / PKGBUILD
blobeb5edcd7e71e2aae02730f22798ec0fc05c48799
1 # Contributor: farid abdelnour <farid at atelier-labs.org>
3 pkgname=frameworks
4 pkgver=0.3.7
5 pkgrel=1
6 pkgdesc="Stop-motion animation frame capture software primarily for Linux."
7 arch=('i686' 'x86_64')
8 url="http://frameworks.polycrystal.org/"
9 depends=('gtk' 'glib2' 'libglade' 'xf86-video-v4l')
10 license=('GPL2')
11 source=(http://frameworks.polycrystal.org/release/$pkgname-$pkgver.tar.gz)
12 md5sums=('019c3d9172158e69c718759f23b51ee6')
14 build() {
15         cd ${startdir}/src/${pkgname}-${pkgver}
16         ./configure --prefix=/usr
17         make || return 1
18         make DESTDIR=$startdir/pkg install