summaryrefslogtreecommitdiffstats
path: root/extra/dbus-qt3
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:51:08 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:51:08 +0200
commit2e7a0bb077e02ec0d511e7ee4a433ba211b1e445 (patch)
tree233b7c25d8e9fe05e3079584e59458e4919869e5 /extra/dbus-qt3
parent2867ee0384712d6524b271da2124a1b1b4d788db (diff)
downloadnutyx-extra-2e7a0bb077e02ec0d511e7ee4a433ba211b1e445.tar.gz
nutyx-extra-2e7a0bb077e02ec0d511e7ee4a433ba211b1e445.tar.bz2
nutyx-extra-2e7a0bb077e02ec0d511e7ee4a433ba211b1e445.tar.xz
nutyx-extra-2e7a0bb077e02ec0d511e7ee4a433ba211b1e445.zip
Ajout de dbus-qt3#0.70-2
Diffstat (limited to 'extra/dbus-qt3')
-rw-r--r--extra/dbus-qt3/.footprint14
-rw-r--r--extra/dbus-qt3/.md5sum1
-rwxr-xr-xextra/dbus-qt3/Pkgfile21
3 files changed, 36 insertions, 0 deletions
diff --git a/extra/dbus-qt3/.footprint b/extra/dbus-qt3/.footprint
new file mode 100644
index 000000000..50f31a1ae
--- /dev/null
+++ b/extra/dbus-qt3/.footprint
@@ -0,0 +1,14 @@
+drwxr-xr-x root/root usr/
+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/connection.h
+-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-qt.h
+-rw-r--r-- root/root usr/include/dbus-1.0/dbus/message.h
+-rw-r--r-- root/root usr/include/dbus-1.0/dbus/server.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libdbus-qt-1.a
+-rwxr-xr-x root/root usr/lib/libdbus-qt-1.la
+lrwxrwxrwx root/root usr/lib/libdbus-qt-1.so -> libdbus-qt-1.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libdbus-qt-1.so.1 -> libdbus-qt-1.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libdbus-qt-1.so.1.0.0
diff --git a/extra/dbus-qt3/.md5sum b/extra/dbus-qt3/.md5sum
new file mode 100644
index 000000000..5a4376159
--- /dev/null
+++ b/extra/dbus-qt3/.md5sum
@@ -0,0 +1 @@
+9a8d4a4d560b49fb5ad034abfd3e3db5 dbus-qt3-0.70.tar.bz2
diff --git a/extra/dbus-qt3/Pkgfile b/extra/dbus-qt3/Pkgfile
new file mode 100755
index 000000000..e9689c373
--- /dev/null
+++ b/extra/dbus-qt3/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Connecteurs db pour qt3
+# URL: http://www.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: qt3
+
+name=dbus-qt3
+version=0.70
+release=2
+source=(http://ftp.osuosl.org/pub/gentoo/distfiles/dbus-qt3-$version.tar.bz2\
+ )
+
+build() {
+ cd $name-$version
+ ./configure --prefix=$PKG/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --includedir=/usr/include
+ make
+ make prefix=$PKG includedir=$PKG/usr/include install
+}