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/grass/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/grass/Pkgfile')
-rw-r--r-- | test/grass/Pkgfile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/test/grass/Pkgfile b/test/grass/Pkgfile deleted file mode 100644 index 99ed4604a..000000000 --- a/test/grass/Pkgfile +++ /dev/null @@ -1,38 +0,0 @@ -# Description: Geographic Information System (GIS) used for geospatial data management and analysis image processing, graphics/maps production, spatial modeling, and visualization" -# URL:http://grass.itc.it/index.php -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: proj, gdal, fftw, swig, libpng, libtiff, sqlite3, python, tk, mesa3d - -name=grass -version=6.4.0RC5 -release=1 -source=(http://grass.osgeo.org/grass64/source/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=$PKG/opt --exec-prefix=$PKG/opt \ - --with-proj \ - --with-gdal \ - --with-fftw \ - --with-dwg \ - --with-sqlite \ - --with-python \ - --with-postgres=no \ - --with-nls=no - - make - mkdir -p $PKG/opt - make DESTDIR=$PKG install - - cd $PKG/opt/bin/ - sed -i "s|$PKG||g" grass64 - mkdir -p $PKG/usr/lib - cd $PKG/usr/lib ; ln -s ../../opt/$name-$version/lib/*.so . - rm -rf $PKG/opt/$version/AUTHORS - rm -rf $PKG/opt/$version/COPYING - rm -rf $PKG/opt/$version/bwidget/README.grass - rm -rf $PKG/opt/$version/etc/gem/skeleton/README - rm -rf $PKG/opt/$version/etc/wxpython/README -} - |