updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / gtksourcecompletion / PKGBUILD
blob8ce770e83f374f6540d2143084a4c775098d7af3
1 # Contributor: Michael Kanis <mkanis@gmx.de>
2 # Contributor: Charles-Henri d'AdhĂ©mar <cdadhemar@gmail.com>
3 pkgname=gtksourcecompletion
4 pkgver=0.5.2
5 pkgrel=2
6 pkgdesc="Source code completion for the GtkSourceView library"
7 arch=('i686' 'x86_64')
8 url="http://gtksourcecomple.sourceforge.net/"
9 license=('LGPL3')
10 depends=('gtksourceview2')
11 options=('!libtool')
12 source=("http://downloads.sourceforge.net/gtksourcecomple/$pkgname-$pkgver.tar.gz")
13 md5sums=('b031896ce03bef4ca711f9b1e0a34544')
15 build() {
16   cd "$srcdir/$pkgname-$pkgver"
18   ./configure --prefix=/usr
19   make || return 1
20   make DESTDIR="$pkgdir" install