Added recipe for a maemopad dependency
authorKirtika Ruchandani <kirtibr@gmail.com>
Mon, 22 Jun 2009 07:47:17 +0000 (13:17 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Mon, 22 Jun 2009 07:47:17 +0000 (13:17 +0530)
libconbtui_1.4.1.bb [new file with mode: 0644]

diff --git a/libconbtui_1.4.1.bb b/libconbtui_1.4.1.bb
new file mode 100644 (file)
index 0000000..e52c97a
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "DBUS API for invoking various dialogs"
+HOMEPAGE = "http://maemo.org"
+LICENSE = "GNU Lesser General Public License-version 2.1"
+SECTION = "x11/apps"
+#No build dependencies specified in package's debian/control
+PR = "r0"
+
+SRC_URI = "http://repository.maemo.org/pool/fremantle/free/libc/${PN}/${PN}_${PV}.tar.gz "
+
+inherit autotools pkgconfig
+
+do_stage(){
+    autotools_stage_all
+}
+
+#Just to stay  consistent with Maemo packaging
+PACKAGES = "conbtdialogs-dev"
+
+FILES_conbtdialogs-dev = "/usr/*"
+