summaryrefslogtreecommitdiffstats
path: root/seahorse/Pkgfile
blob: 6748ea2a7e0c65ce3edd28a6205a5aed917079a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Description: Application Gnome de gestion de clé
# URL: http://www.gnome.org/
# Maintainer: NuTyX GNOME team
# Packager: piernov <piernov@piernov.org>
# Depends on: gnome-keyring, gpgme, libsoup, desktop-file-utils, openssh, gnome-doc-utils, gobject-introspection
# Run on: gnome-keyring,gpgme,libsoup,desktop-file-utils,openssh

name=seahorse
version=3.4.1
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz
	fix-typo-gpgme.patch)

build() {
	cd $name-$version
	patch -p1 < ../fix-typo-gpgme.patch
	./configure --prefix=/usr \
		--libexecdir=/usr/lib/$name \
		--sysconfdir=/etc \
		--localstatedir=/var \
		--disable-schemas-compile \
		--disable-scrollkeeper \
		--enable-pgp \
		--enable-ldap \
		--enable-hkp
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/{gtk-doc,gnome}
}