aboutsummaryrefslogtreecommitdiffstats
path: root/packages/granule
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-10-16 12:59:16 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-10-16 12:59:16 +0000
commite1dcba71e604171bb63e8fcc802b524990ee79a8 (patch)
tree2b3933759f71381e3fb791b7e81a4379d9a473c2 /packages/granule
parent6008fc412bce7bd5930f073254c5caf50ddeae60 (diff)
downloadopenembedded-e1dcba71e604171bb63e8fcc802b524990ee79a8.tar.gz
granule: A new package, flashcard-based language trainer.
* Initial recipe. * Also, a recipe for dependency library, libassa.
Diffstat (limited to 'packages/granule')
-rw-r--r--packages/granule/.mtn2git_empty0
-rw-r--r--packages/granule/granule_1.2.2.bb12
-rw-r--r--packages/granule/libassa_3.4.2.bb17
3 files changed, 29 insertions, 0 deletions
diff --git a/packages/granule/.mtn2git_empty b/packages/granule/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/granule/.mtn2git_empty
diff --git a/packages/granule/granule_1.2.2.bb b/packages/granule/granule_1.2.2.bb
new file mode 100644
index 0000000000..b92dfa6b73
--- /dev/null
+++ b/packages/granule/granule_1.2.2.bb
@@ -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
index 0000000000..675c964697
--- /dev/null
+++ b/packages/granule/libassa_3.4.2.bb
@@ -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
+}