summaryrefslogtreecommitdiffstats
path: root/extra/dbus-glib
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:48:25 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:48:25 +0200
commit10bc1520534da3d300433e4a365f9d9e98dd6d8e (patch)
treeb7347daed821101e28cf1e805a2cde3653ee3dcf /extra/dbus-glib
parent3b947e8027ba343d45d24ab84cb1e6d8002459e5 (diff)
downloadnutyx-pakxe-10bc1520534da3d300433e4a365f9d9e98dd6d8e.tar.gz
nutyx-pakxe-10bc1520534da3d300433e4a365f9d9e98dd6d8e.tar.bz2
nutyx-pakxe-10bc1520534da3d300433e4a365f9d9e98dd6d8e.tar.xz
nutyx-pakxe-10bc1520534da3d300433e4a365f9d9e98dd6d8e.zip
Ajout de dbus-glib#0.80-1
Diffstat (limited to 'extra/dbus-glib')
-rw-r--r--extra/dbus-glib/.footprint24
-rw-r--r--extra/dbus-glib/.md5sum1
-rwxr-xr-xextra/dbus-glib/Pkgfile24
3 files changed, 49 insertions, 0 deletions
diff --git a/extra/dbus-glib/.footprint b/extra/dbus-glib/.footprint
new file mode 100644
index 000000000..29eecab8a
--- /dev/null
+++ b/extra/dbus-glib/.footprint
@@ -0,0 +1,24 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/bash_completion.d/
+-rwxr-xr-x root/root etc/bash_completion.d/dbus-bash-completion.sh
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/dbus-binding-tool
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/dbus-1.0/
+drwxr-xr-x root/root usr/include/dbus-1.0/dbus/
+-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-glib-bindings.h
+-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-glib-error-enum.h
+-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-glib-lowlevel.h
+-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-glib.h
+-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-gtype-specialized.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libdbus-glib-1.la
+lrwxrwxrwx root/root usr/lib/libdbus-glib-1.so -> libdbus-glib-1.so.2.1.0
+lrwxrwxrwx root/root usr/lib/libdbus-glib-1.so.2 -> libdbus-glib-1.so.2.1.0
+-rwxr-xr-x root/root usr/lib/libdbus-glib-1.so.2.1.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/dbus-glib-1.pc
+drwxr-xr-x root/root usr/libexec/
+-rwxr-xr-x root/root usr/libexec/dbus-bash-completion-helper
+drwxr-xr-x root/root usr/share/
diff --git a/extra/dbus-glib/.md5sum b/extra/dbus-glib/.md5sum
new file mode 100644
index 000000000..5817ee0ef
--- /dev/null
+++ b/extra/dbus-glib/.md5sum
@@ -0,0 +1 @@
+86ea60ba2118a1b9deafe8257f6a6a1a dbus-glib-0.80.tar.gz
diff --git a/extra/dbus-glib/Pkgfile b/extra/dbus-glib/Pkgfile
new file mode 100755
index 000000000..254c1cf2a
--- /dev/null
+++ b/extra/dbus-glib/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Groupe de paquets contenant le langage et les interfaces permetant de communique avec le système d-bus
+# URL: http://www.freedesktop.org/wiki/Software/DBusBindings
+# Maintainer: NuTyX coreteam
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: dbus, pkg-config
+
+name=dbus-glib
+version=0.80
+release=1
+source=( http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
+
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --enable-static=no
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}