summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-08-15 12:47:05 +0200
committertnut <tnut at nutyx dot com>2011-08-15 12:47:05 +0200
commit100e30d223897ff1dfed1c676cf0d133fca32f1b (patch)
tree320dd8c5dcb3b22f28a1df939318abf856429090 /extra
parent944fbe2c826c532a2b355b50e1cf4aa2ae6a9d7c (diff)
downloadnutyx-pakxe-100e30d223897ff1dfed1c676cf0d133fca32f1b.tar.gz
nutyx-pakxe-100e30d223897ff1dfed1c676cf0d133fca32f1b.tar.bz2
nutyx-pakxe-100e30d223897ff1dfed1c676cf0d133fca32f1b.tar.xz
nutyx-pakxe-100e30d223897ff1dfed1c676cf0d133fca32f1b.zip
ajout obexd 0.42-1
Diffstat (limited to 'extra')
-rw-r--r--extra/obexd/.footprint.i68612
-rw-r--r--extra/obexd/.footprint.x86_6412
-rw-r--r--extra/obexd/.md5sum.i6861
-rw-r--r--extra/obexd/.md5sum.x86_641
-rw-r--r--extra/obexd/Pkgfile20
5 files changed, 46 insertions, 0 deletions
diff --git a/extra/obexd/.footprint.i686 b/extra/obexd/.footprint.i686
new file mode 100644
index 000000000..2e6baaabf
--- /dev/null
+++ b/extra/obexd/.footprint.i686
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/obex/
+drwxr-xr-x root/root usr/lib/obex/plugins/
+drwxr-xr-x root/root usr/lib/obexd/
+-rwxr-xr-x root/root usr/lib/obexd/obex-client
+-rwxr-xr-x root/root usr/lib/obexd/obexd
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/dbus-1/
+drwxr-xr-x root/root usr/share/dbus-1/services/
+-rw-r--r-- root/root usr/share/dbus-1/services/obex-client.service
+-rw-r--r-- root/root usr/share/dbus-1/services/obexd.service
diff --git a/extra/obexd/.footprint.x86_64 b/extra/obexd/.footprint.x86_64
new file mode 100644
index 000000000..2e6baaabf
--- /dev/null
+++ b/extra/obexd/.footprint.x86_64
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/obex/
+drwxr-xr-x root/root usr/lib/obex/plugins/
+drwxr-xr-x root/root usr/lib/obexd/
+-rwxr-xr-x root/root usr/lib/obexd/obex-client
+-rwxr-xr-x root/root usr/lib/obexd/obexd
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/dbus-1/
+drwxr-xr-x root/root usr/share/dbus-1/services/
+-rw-r--r-- root/root usr/share/dbus-1/services/obex-client.service
+-rw-r--r-- root/root usr/share/dbus-1/services/obexd.service
diff --git a/extra/obexd/.md5sum.i686 b/extra/obexd/.md5sum.i686
new file mode 100644
index 000000000..8c3166d94
--- /dev/null
+++ b/extra/obexd/.md5sum.i686
@@ -0,0 +1 @@
+39a85d219dba37d83f5a07a74d1fa563 obexd-0.42.tar.bz2
diff --git a/extra/obexd/.md5sum.x86_64 b/extra/obexd/.md5sum.x86_64
new file mode 100644
index 000000000..8c3166d94
--- /dev/null
+++ b/extra/obexd/.md5sum.x86_64
@@ -0,0 +1 @@
+39a85d219dba37d83f5a07a74d1fa563 obexd-0.42.tar.bz2
diff --git a/extra/obexd/Pkgfile b/extra/obexd/Pkgfile
new file mode 100644
index 000000000..fcdb8d6ab
--- /dev/null
+++ b/extra/obexd/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Librairie et outils pour le protocol Bluetooth
+# URL: http://www.bluez.org/
+# Maintainer: tnut at nutyx dot com
+# Packager: tnut at nutyx doc com
+# Depends on: openobex, libical
+# Run on: openobex,libical
+
+name=obexd
+version=0.42
+release=1
+source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.bz2)
+build() {
+cd $name-$version
+./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib/obexd
+make
+make DESTDIR=$PKG install
+}