aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gobby/net6_1.3.1.bb
blob: bafc1853222887b0008be386c4227a9fd078e388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE = "LGPL"
HOMEPAGE = "http://darcs.0x539.de/trac/obby/cgi-bin/trac.cgi/wiki/"

DEPENDS = "libsigc++-2.0 gnutls"
inherit autotools pkgconfig

SRC_URI = "http://releases.0x539.de/${PN}/${P}.tar.gz"

do_stage() {
	install -d ${STAGING_LIBDIR}
	install -d ${STAGING_INCDIR}/net6
	install -m 644 inc/*.hpp ${STAGING_INCDIR}/net6
	install -m 755 .libs/*so* ${STAGING_LIBDIR}/
}