1 # Contributor: Marco Praher <marco.praher@gmx.at>
5 pkgdesc="GTK written GUI frontend for gnokii"
7 url="http://www.gnokii.org/"
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')
16 cd $startdir/src/$pkgname-$pkgver
17 ./configure LIBS=-lgthread-2.0 --prefix=/usr/share/gnocky
19 make prefix=$startdir/pkg/usr/share/gnocky install || return 1