diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-28 20:40:27 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-28 20:40:27 +0200 |
commit | e3adf4b1fa1d3441c6d5094fd6747b2aca2bbcc1 (patch) | |
tree | 50aceebe1455bee73323ecb9aed11c3d6a4963b8 /extra/proj/Pkgfile | |
parent | dd809397b9b2872e19bd60dec14d4d6031ba1a79 (diff) | |
download | nutyx-pakxe-e3adf4b1fa1d3441c6d5094fd6747b2aca2bbcc1.tar.gz nutyx-pakxe-e3adf4b1fa1d3441c6d5094fd6747b2aca2bbcc1.tar.bz2 nutyx-pakxe-e3adf4b1fa1d3441c6d5094fd6747b2aca2bbcc1.tar.xz nutyx-pakxe-e3adf4b1fa1d3441c6d5094fd6747b2aca2bbcc1.zip |
proj dans ouvert
Diffstat (limited to 'extra/proj/Pkgfile')
-rw-r--r-- | extra/proj/Pkgfile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/proj/Pkgfile b/extra/proj/Pkgfile deleted file mode 100644 index 116218025..000000000 --- a/extra/proj/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# 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: -# Run 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 -} - |