aboutsummaryrefslogtreecommitdiffstats
path: root/packages/granule/libassa_3.4.2.bb
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/libassa_3.4.2.bb
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/libassa_3.4.2.bb')
-rw-r--r--packages/granule/libassa_3.4.2.bb17
1 files changed, 17 insertions, 0 deletions
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
+}