aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gobby/obby_0.4.1.bb
blob: 00c641b889b11f606fbe27c495a5e060241c3463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LICENSE = "LGPL"
HOMEPAGE = "http://darcs.0x539.de/trac/obby/cgi-bin/trac.cgi/wiki/"

DEPENDS = "net6 gtkmm gmp"
inherit autotools pkgconfig

SRC_URI = "http://releases.0x539.de/obby/obby-${PV}.tar.gz"

EXTRA_OECONF += " --with-libgmp-prefix=${STAGING_LIBDIR}"

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

SRC_URI[md5sum] = "b79146369fc76a61d6d4056a937c71c8"
SRC_URI[sha256sum] = "b69a259795762881a5384072085bb501d77c6fb974e0b7a16ca573565ffe3629"