granule: A new package, flashcard-based language trainer.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 16 Oct 2006 12:59:16 +0000 (12:59 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Mon, 16 Oct 2006 12:59:16 +0000 (12:59 +0000)
* Initial recipe.
* Also, a recipe for dependency library, libassa.

packages/granule/.mtn2git_empty [new file with mode: 0644]
packages/granule/granule_1.2.2.bb [new file with mode: 0644]
packages/granule/libassa_3.4.2.bb [new file with mode: 0644]

diff --git a/packages/granule/.mtn2git_empty b/packages/granule/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/granule/granule_1.2.2.bb b/packages/granule/granule_1.2.2.bb
new file mode 100644 (file)
index 0000000..b92dfa6
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "Generic memory training with flash cards.  Automatic scheduling algorithm."
+AUTHOR = "Vladislav Grinchenko <vlg@users.sourceforge.net>"
+HOMEPAGE = "http://granule.sf.net"
+# SECTION
+# PRIORITY
+LICENSE = "GPLv2"
+DEPENDS = "glib-2.0-native intltool-native gtkmm libxml2 libassa"
+PR = "preview0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz"
+
+inherit autotools pkgconfig
diff --git a/packages/granule/libassa_3.4.2.bb b/packages/granule/libassa_3.4.2.bb
new file mode 100644 (file)
index 0000000..675c964
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "object-oriented C++ networking library based on Adaptive Communication Patterns."
+AUTHOR = "Vladislav Grinchenko <vlg@users.sourceforge.net>"
+HOMEPAGE = "http://libassa.sf.net"
+#SECTION = ?
+#PRIORITY = ?
+LICENSE = "LGPL"
+#DEPENDS = ""
+PR = "r0"
+
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}-2.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+    autotools_stage_all
+}