db_5.0.21: Add recipes for target and native packages.
[openembedded.git] / recipes / proj4 / proj-4.inc
blobda78a384bde918034050b98249ddc83ac5531f41
1 DESCRIPTION = "PROJ.4 - Cartographic Projections Library"
2 HOMEPAGE = "http://www.remotesensing.org/proj/"
3 LICENSE = "MIT"
5 PR = "r1"
7 inherit autotools pkgconfig
9 SRC_URI = "ftp://ftp.remotesensing.org/proj/proj-4.${PV}.tar.gz"
11 S = "${WORKDIR}/proj-4.${PV}"
13 FILES_${PN} += "${datadir}/proj"
15 do_stage() {
16         autotools_stage_all