aboutsummaryrefslogtreecommitdiffstats
path: root/packages/granule/libassa_3.4.2.bb
blob: 843eb184157a8bed365fb2573d28b13495414eff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
FILE_PR = "r0"


SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}-2.tar.gz"

inherit autotools pkgconfig

do_stage() {
    autotools_stage_all
}