aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obexftp
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-04-13 10:51:41 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-13 10:51:41 +0200
commitca723f8911eb1d7b1063285185251f447fe7b644 (patch)
tree1c13bb9e0d4053e1216e4f57428ec1aa57ad8129 /recipes/obexftp
parentd2282642aead997d49da131c9e988addc6b9ac42 (diff)
downloadopenembedded-ca723f8911eb1d7b1063285185251f447fe7b644.tar.gz
obexftp: update to 0.23
Diffstat (limited to 'recipes/obexftp')
-rw-r--r--recipes/obexftp/obexftp_0.23.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/obexftp/obexftp_0.23.bb b/recipes/obexftp/obexftp_0.23.bb
new file mode 100644
index 0000000000..d3924f6039
--- /dev/null
+++ b/recipes/obexftp/obexftp_0.23.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "OBEX Ftp Client based on openobex."
+SECTION = "console/network"
+HOMEPAGE = "http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp"
+LICENSE = "GPL"
+DEPENDS = "openobex bluez4 libusb-compat virtual/libiconv"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.bz2 \
+ "
+
+inherit autotools_stage
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+EXTRA_OECONF += "--enable-bluetooth \
+ --disable-swig \
+ --disable-perl \
+ --disable-python \
+ --disable-tcl \
+ --disable-ruby \
+ --disable-builddocs \
+ --disable-rpath \
+ "
+
+PARALLEL_MAKE = ""
+
+LEAD_SONAME = "libobexftp.so"
+
+