mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
68bd9d23c5
Signed-off-by: Jan Luebbe <jluebbe@debian.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 lines
313 B
PHP
14 lines
313 B
PHP
DESCRIPTION = "PROJ.4 - Cartographic Projections Library"
|
|
HOMEPAGE = "http://trac.osgeo.org/proj/"
|
|
SECTION = "libs"
|
|
|
|
INC_PR = "r0"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=74d9aaec5fa0cd734341e8c4dc91b608"
|
|
|
|
SRC_URI = "http://download.osgeo.org/proj/proj-${PV}.tar.gz"
|
|
|
|
inherit autotools pkgconfig
|
|
|