summaryrefslogtreecommitdiffstats
path: root/mobile
diff options
context:
space:
mode:
authorBor Kraljič2011-02-12 15:28:20 +0100
committerBor Kraljič2011-02-12 15:28:20 +0100
commit215fbd242160aa81a4114af0d81797d44ee40b19 (patch)
tree19a40f1aa5682f5c6c05ba5b48a9f9228fb9726c /mobile
parent97a65e678fc075449bdfc65810c02a6874e132d9 (diff)
mobile/obexd: new spell, D-Bus service providing high-level OBEX functionality
Diffstat (limited to 'mobile')
-rwxr-xr-xmobile/obexd/DEPENDS2
-rwxr-xr-xmobile/obexd/DETAILS17
-rw-r--r--mobile/obexd/HISTORY3
3 files changed, 22 insertions, 0 deletions
diff --git a/mobile/obexd/DEPENDS b/mobile/obexd/DEPENDS
new file mode 100755
index 0000000000..00beb64327
--- /dev/null
+++ b/mobile/obexd/DEPENDS
@@ -0,0 +1,2 @@
+depends openobex &&
+depends glib2
diff --git a/mobile/obexd/DETAILS b/mobile/obexd/DETAILS
new file mode 100755
index 0000000000..1283a0491d
--- /dev/null
+++ b/mobile/obexd/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=obexd
+ VERSION=0.40
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE2=$SOURCE.sign
+ SOURCE_URL[0]=http://www.kernel.org/pub/linux/bluetooth/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sign
+ SOURCE_GPG=kernel.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.bluez.org/"
+ LICENSE[0]="GPL2"
+ ENTERED=20110212
+ KEYWORDS=""
+ SHORT="D-Bus service providing high-level OBEX functionality"
+cat << EOF
+D-Bus service providing high-level OBEX functionality
+EOF
diff --git a/mobile/obexd/HISTORY b/mobile/obexd/HISTORY
new file mode 100644
index 0000000000..c44d4aa422
--- /dev/null
+++ b/mobile/obexd/HISTORY
@@ -0,0 +1,3 @@
+2011-02-12 Bor Kraljič <pyrobor@ver.si>
+ * DEPENDS, DETAILS: spell created
+