summaryrefslogtreecommitdiffstats
path: root/obexd
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /obexd
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'obexd')
-rw-r--r--obexd/.footprint.i68612
-rw-r--r--obexd/.footprint.x86_6412
-rw-r--r--obexd/.md5sum.i6861
-rw-r--r--obexd/.md5sum.x86_641
-rw-r--r--obexd/Pkgfile20
5 files changed, 46 insertions, 0 deletions
diff --git a/obexd/.footprint.i686 b/obexd/.footprint.i686
new file mode 100644
index 000000000..2e6baaabf
--- /dev/null
+++ b/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/obexd/.footprint.x86_64 b/obexd/.footprint.x86_64
new file mode 100644
index 000000000..2e6baaabf
--- /dev/null
+++ b/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/obexd/.md5sum.i686 b/obexd/.md5sum.i686
new file mode 100644
index 000000000..8c3166d94
--- /dev/null
+++ b/obexd/.md5sum.i686
@@ -0,0 +1 @@
+39a85d219dba37d83f5a07a74d1fa563 obexd-0.42.tar.bz2
diff --git a/obexd/.md5sum.x86_64 b/obexd/.md5sum.x86_64
new file mode 100644
index 000000000..8c3166d94
--- /dev/null
+++ b/obexd/.md5sum.x86_64
@@ -0,0 +1 @@
+39a85d219dba37d83f5a07a74d1fa563 obexd-0.42.tar.bz2
diff --git a/obexd/Pkgfile b/obexd/Pkgfile
new file mode 100644
index 000000000..fcdb8d6ab
--- /dev/null
+++ b/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
+}