diff options
author | lesibel <lesibel@free.fr> | 2009-11-10 14:48:35 +0100 |
---|---|---|
committer | lesibel <lesibel@free.fr> | 2009-11-10 14:48:35 +0100 |
commit | 7ff5e21824583ae16019a14d1a6f1f40c05c1417 (patch) | |
tree | 116edfb3aeffd18bbb8c97041c81a96313753f02 /extra/proj/Pkgfile | |
parent | 7c7ed697e6118d3542f8e076d2ededbfcf57bfc7 (diff) | |
download | nutyx-extra-7ff5e21824583ae16019a14d1a6f1f40c05c1417.tar.gz nutyx-extra-7ff5e21824583ae16019a14d1a6f1f40c05c1417.tar.bz2 nutyx-extra-7ff5e21824583ae16019a14d1a6f1f40c05c1417.tar.xz nutyx-extra-7ff5e21824583ae16019a14d1a6f1f40c05c1417.zip |
Ajout de proj#4.7.0-1
Diffstat (limited to 'extra/proj/Pkgfile')
-rw-r--r-- | extra/proj/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
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 +} |