aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/proj4/proj-4.inc
blob: da78a384bde918034050b98249ddc83ac5531f41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "PROJ.4 - Cartographic Projections Library"
HOMEPAGE = "http://www.remotesensing.org/proj/"
LICENSE = "MIT"

PR = "r1"

inherit autotools pkgconfig

SRC_URI = "ftp://ftp.remotesensing.org/proj/proj-4.${PV}.tar.gz"

S = "${WORKDIR}/proj-4.${PV}"

FILES_${PN} += "${datadir}/proj"

do_stage() {
	autotools_stage_all
}