diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 18:29:59 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 18:29:59 +0100 |
commit | 13649d120231a74b6bc8a0cc51ba9e3254cea7d6 (patch) | |
tree | 1a83bfe8170c1c9283f3d73d704156dc89cd8ff3 /test/qgis/Pkgfile | |
parent | aa8dbf45cd553b0f62c62c5c5fb4d51d17f03304 (diff) | |
download | nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.gz nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.bz2 nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.xz nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.zip |
suppression du dossier test
Diffstat (limited to 'test/qgis/Pkgfile')
-rw-r--r-- | test/qgis/Pkgfile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/test/qgis/Pkgfile b/test/qgis/Pkgfile deleted file mode 100644 index 56b98ffad..000000000 --- a/test/qgis/Pkgfile +++ /dev/null @@ -1,39 +0,0 @@ -# Description: Geographic Information System (GIS) that supports vector, raster & database formats. -# URL: http://qgis.org/ -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: cmake, jasper, curl, qt, gsl, grass, python, pyqt, giflib, xerces-c, geos, python-numpy, gpsbabel, libgeotiff, netcdf, postgresql - - -name=qgis -version=1.4.0 -release=1 - -source=(http://download.osgeo.org/qgis/src/qgis_$version.tar.gz - qgis.desktop fix-compilation.patch) - -build() { - cd $name-$version -# patch -Np1 -i $SRC/fix-compilation.patch - - # Fix insecure RPATH is weird, but just works ;) -# echo "os.system(\"sed -i '/^LFLAGS/s|-Wl,-rpath,.\+ ||g' gui/Makefile core/Makefile\")" >> python/configure.py.in - - cd $SRC - mkdir build - cd build - cmake ../$name-$version \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DGRASS_PREFIX=/usr/bin/grass \ - -DQGIS_MANUAL_SUBDIR=share/man - - sleep 10 - make - make install DESTDIR=$PKG - - # install some freedesktop.org compatibility - install -D -m644 $SRC/$name.desktop \ - $SRC/usr/share/applications/$name.desktop -} |