summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-01-24 22:17:46 +0100
committertnut <thierryn1 at hispeed dot ch>2011-01-24 22:17:46 +0100
commit4e53995af4450a04cec8e2160367445c1de29d65 (patch)
treec25e73b69fadc05c139f8e88ebd02360650dbabe /extra
parente0aa4a861c2c649b0fac23899a7b1173b0776781 (diff)
downloadnutyx-extra-4e53995af4450a04cec8e2160367445c1de29d65.tar.gz
nutyx-extra-4e53995af4450a04cec8e2160367445c1de29d65.tar.bz2
nutyx-extra-4e53995af4450a04cec8e2160367445c1de29d65.tar.xz
nutyx-extra-4e53995af4450a04cec8e2160367445c1de29d65.zip
libgnome-keyring, maj des dépendances
Diffstat (limited to 'extra')
-rw-r--r--extra/libgnome-keyring/.footprint18
-rw-r--r--extra/libgnome-keyring/.md5sum1
-rw-r--r--extra/libgnome-keyring/Pkgfile22
3 files changed, 41 insertions, 0 deletions
diff --git a/extra/libgnome-keyring/.footprint b/extra/libgnome-keyring/.footprint
new file mode 100644
index 000000000..b40a085d4
--- /dev/null
+++ b/extra/libgnome-keyring/.footprint
@@ -0,0 +1,18 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/gnome-keyring-1/
+-rw-r--r-- root/root usr/include/gnome-keyring-1/gnome-keyring-memory.h
+-rw-r--r-- root/root usr/include/gnome-keyring-1/gnome-keyring-result.h
+-rw-r--r-- root/root usr/include/gnome-keyring-1/gnome-keyring.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libgnome-keyring.la
+lrwxrwxrwx root/root usr/lib/libgnome-keyring.so -> libgnome-keyring.so.0.1.1
+lrwxrwxrwx root/root usr/lib/libgnome-keyring.so.0 -> libgnome-keyring.so.0.1.1
+-rwxr-xr-x root/root usr/lib/libgnome-keyring.so.0.1.1
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/gnome-keyring-1.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/libgnome-keyring.mo
diff --git a/extra/libgnome-keyring/.md5sum b/extra/libgnome-keyring/.md5sum
new file mode 100644
index 000000000..a91fbb884
--- /dev/null
+++ b/extra/libgnome-keyring/.md5sum
@@ -0,0 +1 @@
+c42b2ca66204835d901d3dbfc1fa5ae6 libgnome-keyring-2.32.0.tar.bz2
diff --git a/extra/libgnome-keyring/Pkgfile b/extra/libgnome-keyring/Pkgfile
new file mode 100644
index 000000000..4775a0e42
--- /dev/null
+++ b/extra/libgnome-keyring/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Librairie gnome libgnome-keyring
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: dbus,intltool,gtk-doc
+# Run on: dbus,libcrypt
+
+name=libgnome-keyring
+version=2.32.0
+release=1
+source=( http://ftp.gnome.org/pub/gnome/sources/$name/2.32/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=$GNOME_PREFIX \
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib \
+ --mandir=$GNOME_PREFIX/share/man
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/$GNOME_PREFIX/share/gtk-doc
+}