increase dvbapp PR.
[vuplus_openembedded] / recipes / proj4 / proj-4.inc
1 DESCRIPTION = "PROJ.4 - Cartographic Projections Library"
2 HOMEPAGE = "http://www.remotesensing.org/proj/"
3 LICENSE = "MIT"
4
5 PR = "r1"
6
7 inherit autotools pkgconfig
8
9 SRC_URI = "ftp://ftp.remotesensing.org/proj/proj-4.${PV}.tar.gz"
10
11 S = "${WORKDIR}/proj-4.${PV}"
12
13 FILES_${PN} += "${datadir}/proj"
14
15 do_stage() {
16         autotools_stage_all
17 }
18