summaryrefslogtreecommitdiffstats
path: root/gnome-keyring/Pkgfile
blob: 5322370a68d4c0d87f947b45466c2f0523377f4f (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
# Description: Demon gerant les mots de passe et autres secrets des utilisateurs 
# URL: http://www.gnome.org/
# Maintainer: NuTyX GNOME team
# Packager: b at juglas dot name
# Depends on: gconf, libtasn1, gtk, libgcrypt
# Run on: gconf,libtasn1,gtk,libgcrypt

name=gnome-keyring
version=3.1.4
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
        cd $name-$version
        ./configure --prefix=/usr \
                    --libexecdir=/usr/lib/gnome-keyring \
                    --sysconfdir=/etc \
                    --with-pam-dir=/lib/security \
                    --with-dbus-services=/usr/share/dbus-1/services \
                    --with-root-certs=/etc/ssl/certs \
                    --disable-gtk-doc
        make
        make DESTDIR=$PKG install
        rm -rf $PKG/usr/share/gtk-doc
}