summaryrefslogtreecommitdiff
path: root/packages/granule/libassa_3.4.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/granule/libassa_3.4.2.bb')
-rw-r--r--packages/granule/libassa_3.4.2.bb16
1 files changed, 16 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..0598a6f5c2
--- /dev/null
+++ b/packages/granule/libassa_3.4.2.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Object-oriented C++ networking library based on Adaptive Communication Patterns."
+AUTHOR = "Vladislav Grinchenko <vlg@users.sourceforge.net>"
+HOMEPAGE = "http://libassa.sf.net"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+PR = "r0"
+
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}-2.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}