diff options
Diffstat (limited to 'recipes/granule/libassa_3.5.0.bb')
-rw-r--r-- | recipes/granule/libassa_3.5.0.bb | 15 |
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 +} |