geos: add recipe

* MJ: fixed packaging and QA issues

Signed-off-by: Jan Luebbe <jluebbe@debian.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Jan Luebbe
2012-03-06 10:36:12 +00:00
committed by Martin Jansa
parent 68bd9d23c5
commit 65b7d5b457
2 changed files with 26 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
DESCRIPTION = "GEOS - Geometry Engine, Open Source"
HOMEPAGE = "http://trac.osgeo.org/geos/"
SECTION = "libs"
INC_PR = "r0"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
SRC_URI = "http://download.osgeo.org/geos/geos-${PV}.tar.bz2"
inherit autotools pkgconfig
# libgeos-${PV}.so is needed in PV
FILES_SOLIBSDEV = ""
FIELS_${PN}-dev = "${libdir}/libgeos.so \
${libdir}/libgeos_c.so"
FILES_${PN} += " ${libdir}/libgeos-${PV}.so"
INSANE_SKIP_${PN} = "dev-so"
@@ -0,0 +1,7 @@
require geos.inc
PR = "${INC_PR}.0"
SRC_URI[md5sum] = "5b7270c73fd1c516f368af8fd1962323"
SRC_URI[sha256sum] = "ec64d3a92540a1618aa3b91dc1235caae1c370ec23afd59a2734062bf182ed5b"