updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libcryptui / PKGBUILD
blob17112b14288c3f457b24415f6b68a5775bb28ebf
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=libcryptui
3 pkgver=3.2.2
4 pkgrel=1
5 pkgdesc="Library for OpenPGP prompts"
6 arch=('i686' 'x86_64')
7 url="http://git.gnome.org/browse/libcryptui/"
8 license=('GPL')
9 depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf')
10 makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
11 options=('!libtool')
12 install=$pkgname.install
13 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
14 sha256sums=('76123c9d3ccdefc94f55b1726f1084a48a1a8c792ee641a39d415142fe4ac4eb')
16 build() {
17   cd "$srcdir/$pkgname-$pkgver"
19   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
20               --disable-static --disable-schemas-compile
21   make
24 package() {
25   cd "$srcdir/$pkgname-$pkgver"
27   make DESTDIR="$pkgdir/" install