updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / gnocky / PKGBUILD
bloba1e8f71a714620694acdb599541ff0697f2a072b
1 # Contributor: Marco Praher <marco.praher@gmx.at>
2 pkgname=gnocky
3 pkgver=0.0.7
4 pkgrel=1
5 pkgdesc="GTK written GUI frontend for gnokii"
6 arch=('i686' 'x86_64')
7 url="http://www.gnokii.org/"
8 license=('GPL')
9 depends=('libglade' 'gnokii>=0.6.26' 'libical')
10 makedepends=('make' 'gcc')
11 install=('gnocky.install')
12 source=(http://www.gnokii.org/download/gnocky/$pkgname-$pkgver.tar.gz)
13 md5sums=('607b25ee3bbfc0cee5664018c302d8e0')
15 build() {
16   cd $startdir/src/$pkgname-$pkgver
17   ./configure LIBS=-lgthread-2.0 --prefix=/usr/share/gnocky 
18   make || return 1
19   make prefix=$startdir/pkg/usr/share/gnocky install || return 1