summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-12 11:47:53 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-12 11:47:53 +0200
commit5ec3d53b933d9b26c61a571f80a3ae437cf6a7c7 (patch)
tree11fd7a5482742627a18cbf5588743f2503d10046 /libraries
parent16a5e4d5bb7ce7254a59eee55ec8e3d8a2838e55 (diff)
downloadslackbuilds-5ec3d53b933d9b26c61a571f80a3ae437cf6a7c7.tar.gz
slackbuilds-5ec3d53b933d9b26c61a571f80a3ae437cf6a7c7.tar.xz
libraries/osggis: Removed from 12.2 repository
Diffstat (limited to 'libraries')
-rw-r--r--libraries/osggis/README10
-rw-r--r--libraries/osggis/osggis.SlackBuild55
-rw-r--r--libraries/osggis/osggis.info8
-rw-r--r--libraries/osggis/slack-desc19
4 files changed, 0 insertions, 92 deletions
diff --git a/libraries/osggis/README b/libraries/osggis/README
deleted file mode 100644
index b0a61b401f..0000000000
--- a/libraries/osggis/README
+++ /dev/null
@@ -1,10 +0,0 @@
-osgGIS a software package that enables you to access GIS vector data
-and visualize it in an OpenSceneGraph application. With osgGIS, you
-could:
- * Read vector data from a variety of sources and generate OSG
- geometry
- * Create custom geometry compilation scripts by using built-in
- filters or by building your own custom filters
- * Create scalable, paged data layers from GIS vector data
-
-osgGIS is dependent upon OpenSceneGraph and gdal packages.
diff --git a/libraries/osggis/osggis.SlackBuild b/libraries/osggis/osggis.SlackBuild
deleted file mode 100644
index 8618390f8f..0000000000
--- a/libraries/osggis/osggis.SlackBuild
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for osgGIS
-
-# Written by Aleksandar B. Samardzic <asamardzic@matf.bg.ac.yu>
-
-PRGNAM=osggis
-VERSION=T2007-10-12_V0.1.0.r41
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-PKG_VERSION=$(echo $VERSION | tr - _)
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-cmake -DCMAKE_INSTALL_PREFIX=/usr .
-make
-make install DESTDIR=$PKG
-
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-)
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$PKG_VERSION
-cp -a LICENSE.txt README.txt $PKG/usr/doc/$PRGNAM-$PKG_VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$PKG_VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$PKG_VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/libraries/osggis/osggis.info b/libraries/osggis/osggis.info
deleted file mode 100644
index d1fcbca966..0000000000
--- a/libraries/osggis/osggis.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="osggis"
-VERSION="T2007-10-12_V0.1.0.r41"
-HOMEPAGE="http://www.osggis.org/"
-DOWNLOAD="http://wush.net/websvn/osggis/dl.php?repname=osggis&path=%2Ftags%2FT2007-10-12_V0.1.0%2F&rev=0&isdir=1"
-MD5SUM="0cd321569e9c33bef20c010f961d4b68"
-MAINTAINER="Aleksandar B. Samardzic"
-EMAIL="asamardzic@matf.bg.ac.yu"
-APPROVED="rworkman"
diff --git a/libraries/osggis/slack-desc b/libraries/osggis/slack-desc
deleted file mode 100644
index 816229078c..0000000000
--- a/libraries/osggis/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-osggis: osgGIS (GIS integration library for OpenSceneGraph)
-osggis:
-osggis: The osgGIS project aims to make it easier to access,
-osggis: visualize, and query GIS vector data in OpenSceneGraph
-osggis: applications.
-osggis:
-osggis: osgGIS homepage is:
-osggis: http://www.osggis.org/
-osggis:
-osggis:
-osggis: