blob: 38abc8423b29d90b47f953e15d4a0f00aa8ba57a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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"
|