aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/granule/libassa_3.5.0.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-05-19 00:06:04 +0200
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-05-19 00:08:23 +0200
commit3719c1925677ee040e75ad302a4748c02b6d3440 (patch)
tree185c378c9804dc50b63bb5383dd7738860df09b1 /recipes/granule/libassa_3.5.0.bb
parent15f147680dabe51c66cde7dfe3f9e1872fbb37ae (diff)
downloadopenembedded-3719c1925677ee040e75ad302a4748c02b6d3440.tar.gz
libassa: update to 3.5.0. 3.4.2 was incompatible with the libtool we use now.
Diffstat (limited to 'recipes/granule/libassa_3.5.0.bb')
-rw-r--r--recipes/granule/libassa_3.5.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/granule/libassa_3.5.0.bb b/recipes/granule/libassa_3.5.0.bb
new file mode 100644
index 0000000000..af496c7e47
--- /dev/null
+++ b/recipes/granule/libassa_3.5.0.bb
@@ -0,0 +1,15 @@
+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}/${P}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}