updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / dvtitler / PKGBUILD
blobac63b886f48f4e700c10c4e857e2b6c2196001bf
1 pkgname=dvtitler
2 pkgver=0.2.0
3 pkgrel=1
4 pkgdesc="The DvTitler-Plugin works with kino's plugin engine and provides the ability to add text to your DV projects."
5 arch=('i686')
6 url="http://kino.schirmacher.de/article/archive/0"
7 license="GPL"
8 depends=('libgnomeui' 'kino')
9 source=(http://dfn.dl.sourceforge.net/project/dvtitler/dvtitler/0.2.0/dvtitler-0.2.0.tar.gz)
10 md5sums=('9498a7891ea9d3d209cc56b43fff3d17')
12 build() {
13   export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/lib/pkgconfig 
14   cd $startdir/src/$pkgname-$pkgver
15   ./configure --prefix=/usr
16   make || return 1
17   make DESTDIR=$startdir/pkg install