From e1dcba71e604171bb63e8fcc802b524990ee79a8 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Mon, 16 Oct 2006 12:59:16 +0000 Subject: [PATCH] granule: A new package, flashcard-based language trainer. * Initial recipe. * Also, a recipe for dependency library, libassa. --- packages/granule/.mtn2git_empty | 0 packages/granule/granule_1.2.2.bb | 12 ++++++++++++ packages/granule/libassa_3.4.2.bb | 17 +++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 packages/granule/.mtn2git_empty create mode 100644 packages/granule/granule_1.2.2.bb create mode 100644 packages/granule/libassa_3.4.2.bb diff --git a/packages/granule/.mtn2git_empty b/packages/granule/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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 " +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 " +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 +} -- 2.39.5