Added a couple of trivial recipes
[oespirit1] / wpeditor_2.22.bb
diff --git a/wpeditor_2.22.bb b/wpeditor_2.22.bb
new file mode 100644 (file)
index 0000000..3f6eaf0
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "WordPad text editor library"
+HOMEPAGE = "http://maemo.org"
+LICENSE = "GNU Lesser General Public License-version 2.1 "
+SECTION = "libs"
+DEPENDS = "gtk+ glib-2.0"
+PR = "r0"
+
+SRC_URI = "http://repository.maemo.org/pool/fremantle/free/w/${PN}/${PN}_${PV}-0+0m5.tar.gz "
+
+inherit autotools pkgconfig
+
+do_stage(){
+    autotools_stage_all
+}