summaryrefslogtreecommitdiff
path: root/community/seahorse-nautilus/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/seahorse-nautilus/PKGBUILD')
-rw-r--r--community/seahorse-nautilus/PKGBUILD31
1 files changed, 31 insertions, 0 deletions
diff --git a/community/seahorse-nautilus/PKGBUILD b/community/seahorse-nautilus/PKGBUILD
new file mode 100644
index 000000000..884840d1f
--- /dev/null
+++ b/community/seahorse-nautilus/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 69331 2012-04-14 01:17:42Z bgyorgy $
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=seahorse-nautilus
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="PGP encryption and signing for nautilus"
+arch=('i686' 'x86_64')
+url="http://git.gnome.org/browse/seahorse-nautilus/"
+license=('GPL')
+depends=('gconf' 'libcryptui' 'nautilus')
+makedepends=('intltool')
+replaces=('seahorse-plugins')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4724438b8c09d5c25c30a304cbc398950d5a2fdd1e2ef3f6389ffbf18ac01480')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir/" install
+}