From 7ff5e21824583ae16019a14d1a6f1f40c05c1417 Mon Sep 17 00:00:00 2001 From: lesibel Date: Tue, 10 Nov 2009 14:48:35 +0100 Subject: Ajout de proj#4.7.0-1 --- extra/proj/.footprint | 44 ++++++++++++++++++++++++++++++++++++++++++++ extra/proj/.md5sum | 3 +++ extra/proj/Pkgfile | 20 ++++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 extra/proj/.footprint create mode 100644 extra/proj/.md5sum create mode 100644 extra/proj/Pkgfile diff --git a/extra/proj/.footprint b/extra/proj/.footprint new file mode 100644 index 000000000..6b837220e --- /dev/null +++ b/extra/proj/.footprint @@ -0,0 +1,44 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cs2cs +-rwxr-xr-x root/root usr/bin/geod +lrwxrwxrwx root/root usr/bin/invgeod -> geod +lrwxrwxrwx root/root usr/bin/invproj -> proj +-rwxr-xr-x root/root usr/bin/nad2bin +-rwxr-xr-x root/root usr/bin/nad2nad +-rwxr-xr-x root/root usr/bin/proj +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/nad_list.h +-rw-r--r-- root/root usr/include/org_proj4_Projections.h +-rw-r--r-- root/root usr/include/proj_api.h +-rw-r--r-- root/root usr/include/projects.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libproj.a +-rwxr-xr-x root/root usr/lib/libproj.la +lrwxrwxrwx root/root usr/lib/libproj.so -> libproj.so.0.6.6 +lrwxrwxrwx root/root usr/lib/libproj.so.0 -> libproj.so.0.6.6 +-rwxr-xr-x root/root usr/lib/libproj.so.0.6.6 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/licenses/ +drwxr-xr-x root/root usr/share/licenses/proj/ +-rwxr-xr-x root/root usr/share/licenses/proj/LICENSE +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/cs2cs.1.gz +-rw-r--r-- root/root usr/share/man/man1/geod.1.gz +-rw-r--r-- root/root usr/share/man/man1/nad2nad.1.gz +-rw-r--r-- root/root usr/share/man/man1/proj.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/pj_init.3.gz +drwxr-xr-x root/root usr/share/proj/ +-rw-r--r-- root/root usr/share/proj/GL27 +-rw-r--r-- root/root usr/share/proj/IGNF +-rw-r--r-- root/root usr/share/proj/epsg +-rw-r--r-- root/root usr/share/proj/esri +-rw-r--r-- root/root usr/share/proj/esri.extra +-rw-r--r-- root/root usr/share/proj/nad.lst +-rw-r--r-- root/root usr/share/proj/nad27 +-rw-r--r-- root/root usr/share/proj/nad83 +-rw-r--r-- root/root usr/share/proj/other.extra +-rw-r--r-- root/root usr/share/proj/proj_def.dat +-rw-r--r-- root/root usr/share/proj/world diff --git a/extra/proj/.md5sum b/extra/proj/.md5sum new file mode 100644 index 000000000..766e1418d --- /dev/null +++ b/extra/proj/.md5sum @@ -0,0 +1,3 @@ +fbbfe2b6bcbc41168fe3bdc4a6c1082a chenyx06antv2.zip +927d34623b52e0209ba2bfcca18fe8cd proj-4.7.0.tar.gz +f5bf28a2a9c6afe9a3f670f0c0adb783 proj-datumgrid-1.5.zip diff --git a/extra/proj/Pkgfile b/extra/proj/Pkgfile new file mode 100644 index 000000000..4ade0b864 --- /dev/null +++ b/extra/proj/Pkgfile @@ -0,0 +1,20 @@ +# Description: Librairie pour la création de carte +# URL: http://trac.osgeo.org/proj/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: + +name=proj +version=4.7.0 +release=1 +source=(http://download.osgeo.org/proj/$name-$version.tar.gz + http://download.osgeo.org/proj/$name-datumgrid-1.5.zip + http://www.swisstopo.admin.ch/internet/swisstopo/en/home/topics/survey/lv03-lv95/chenyx06/distortion_grids.parsys.65772.downloadList.94632.DownloadFile.tmp/chenyx06antv2.zip) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + install -D COPYING $PKG/usr/share/licenses/$name/LICENSE +} -- cgit v1.2.3-70-g09d2