obexftp: actually add 0.20
authorMichael Lauer <mickey@vanille-media.de>
Sun, 21 May 2006 21:18:48 +0000 (21:18 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 21 May 2006 21:18:48 +0000 (21:18 +0000)
packages/obexftp/obexftp_0.20.bb [new file with mode: 0644]

diff --git a/packages/obexftp/obexftp_0.20.bb b/packages/obexftp/obexftp_0.20.bb
new file mode 100644 (file)
index 0000000..d21dd1c
--- /dev/null
@@ -0,0 +1,22 @@
+DESCRIPTION = "OBEX Ftp Client based on openobex."
+SECTION = "console/network"
+HOMEPAGE = "http://openobex.triq.net"
+LICENSE = "GPL"
+DEPENDS = "openobex libgsm"
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.gz \
+           file://i-hate-libtool.patch;patch=1 \
+          file://m4.patch;patch=1 \
+           file://iconv.patch;patch=1"
+
+inherit autotools 
+
+EXTRA_OECONF = "--enable-bluetooth --disable-swig --disable-perl --disable-python --disable-tcl --disable-builddocs"
+
+PARALLEL_MAKE = ""
+
+do_stage() {
+       autotools_stage_all
+}
+