From: Rolf Leggewie Date: Mon, 16 Oct 2006 12:59:16 +0000 (+0000) Subject: granule: A new package, flashcard-based language trainer. X-Git-Tag: Release-2010-05/1~9453^2~567^2~158^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1dcba71e604171bb63e8fcc802b524990ee79a8;p=openembedded.git granule: A new package, flashcard-based language trainer. * Initial recipe. * Also, a recipe for dependency library, libassa. --- 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 +}