cornucopia: bump SRCREV
[openembedded.git] / recipes / gobby / net6_1.2.2.bb
blob8d48ce059315a2c8c159bbc2cc838812a95c4694
1 LICENSE = "LGPL"
2 HOMEPAGE = "http://darcs.0x539.de/trac/obby/cgi-bin/trac.cgi/wiki/"
4 DEPENDS = "libsigc++-2.0"
5 inherit autotools pkgconfig
7 SRC_URI = "http://releases.0x539.de/${PN}/${P}.tar.gz"
9 do_stage() {
10 autotools_stage_all
11 install -d ${STAGING_LIBDIR}
12 install -d ${STAGING_INCDIR}/net6
13 install -m 644 inc/*.hpp ${STAGING_INCDIR}/net6
14 install -m 755 .libs/*so* ${STAGING_LIBDIR}/
17 SRC_URI[md5sum] = "8a551a2d9785b2b0ed431bb9eeb6cfd6"
18 SRC_URI[sha256sum] = "ccdf8bfec6098b9da9a82c8d3a4d85266a5c2fd8e0240bb9448448ea39f3a68a"