summaryrefslogtreecommitdiffstats
path: root/extra/grass/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-31 20:20:53 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-31 20:20:53 +0100
commit157c0640e666452630b2c9a1de1070a62ac54c78 (patch)
tree09e1c2113c09354bf1b8337215c35c2a4990dbaa /extra/grass/Pkgfile
parent00ed9590e81e25f4de0b777d0c60fc8f947c2eb1 (diff)
downloadnutyx-pakxe-157c0640e666452630b2c9a1de1070a62ac54c78.tar.gz
nutyx-pakxe-157c0640e666452630b2c9a1de1070a62ac54c78.tar.bz2
nutyx-pakxe-157c0640e666452630b2c9a1de1070a62ac54c78.tar.xz
nutyx-pakxe-157c0640e666452630b2c9a1de1070a62ac54c78.zip
Maj grass#6.3.0RC6-1
Diffstat (limited to 'extra/grass/Pkgfile')
-rw-r--r--extra/grass/Pkgfile18
1 files changed, 8 insertions, 10 deletions
diff --git a/extra/grass/Pkgfile b/extra/grass/Pkgfile
index 4e6509123..e2373547a 100644
--- a/extra/grass/Pkgfile
+++ b/extra/grass/Pkgfile
@@ -1,13 +1,11 @@
-# Description: Geographic Information System (GIS) used for geospatial data management and analysis
-# image processing, graphics/maps production, spatial modeling, and visualization"
-#
+# 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
name=grass
-version=6.4.0RC5
+version=6.3.0RC6
release=1
source=(http://grass.itc.it/grass63/source/$name-$version.tar.gz)
@@ -28,13 +26,13 @@ build() {
make DESTDIR=$PKG install
cd $PKG/opt/bin/
- sed -i "s|$PKG||g" grass64
+ sed -i "s|$PKG||g" grass63
mkdir -p $PKG/usr/lib
cd $PKG/usr/lib ; ln -s ../../opt/$name-$version/lib/*.so .
- rm -rf $PKG/opt/grass-6.4.0RC5/AUTHORS
- rm -rf $PKG/opt/grass-6.4.0RC5/COPYING
- rm -rf $PKG/opt/grass-6.4.0RC5/bwidget/README.grass
- rm -rf $PKG/opt/grass-6.4.0RC5/etc/gem/skeleton/README
- rm -rf $PKG/opt/grass-6.4.0RC5/etc/wxpython/README
+ 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
}