diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-11 18:13:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-12 16:02:22 +0700 |
commit | fc68c2f4d7bc3632e51a72947ab40d02ca53a988 (patch) | |
tree | 6df3caeb4e863b379e0e57e0faac866905445a9f /graphics/lgeo | |
parent | 22bc02a24bf3724cbd478d0c6f1d652bf1c531dc (diff) |
graphics/lgeo: Removed (Included in LDraw_data).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/lgeo')
-rw-r--r-- | graphics/lgeo/README | 2 | ||||
-rw-r--r-- | graphics/lgeo/lgeo.SlackBuild | 49 | ||||
-rw-r--r-- | graphics/lgeo/lgeo.info | 10 | ||||
-rw-r--r-- | graphics/lgeo/slack-desc | 19 |
4 files changed, 0 insertions, 80 deletions
diff --git a/graphics/lgeo/README b/graphics/lgeo/README deleted file mode 100644 index 468e98314447..000000000000 --- a/graphics/lgeo/README +++ /dev/null @@ -1,2 +0,0 @@ -lgeo is a collection of .inc files used by l3p for converting LDRAW (.ldr) -files to the POV-Ray (.pov) format. diff --git a/graphics/lgeo/lgeo.SlackBuild b/graphics/lgeo/lgeo.SlackBuild deleted file mode 100644 index 0121966981c6..000000000000 --- a/graphics/lgeo/lgeo.SlackBuild +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh - -# Slackware build script for lgeo -# datafiles needed by l3p / POV-Ray - -# Written by Niels Horn - niels.horn@gmail.com -# revision date 2009/12/27 - -PRGNAM=lgeo -VERSION=${VERSION:-20081215} -ARCH=noarch -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM -unzip $CWD/$PRGNAM.zip -cd $PRGNAM -chown -R root:root . -find . -type d -exec chmod 0755 {} \; -find . -type f -exec chmod 0644 {} \; - -# Copy the 'read-only' data to the package -mkdir -p $PKG/usr/share/LDRAW/$PRGNAM -cp -a \ - *.lst lg ar \ - $PKG/usr/share/LDRAW/$PRGNAM - -# Copy documentation -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/ -cp -a \ - *.txt *.pdf \ - $PKG/usr/doc/$PRGNAM-$VERSION/ -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$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-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/graphics/lgeo/lgeo.info b/graphics/lgeo/lgeo.info deleted file mode 100644 index 401411fce712..000000000000 --- a/graphics/lgeo/lgeo.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="lgeo" -VERSION="20081215" -HOMEPAGE="http://www.digitalbricks.org/" -DOWNLOAD="http://www.digitalbricks.org/data/lgeo.zip" -MD5SUM="6d1860f53b6c1353e7cec5652cd8ab33" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Niels Horn" -EMAIL="niels.horn@gmail.com" diff --git a/graphics/lgeo/slack-desc b/graphics/lgeo/slack-desc deleted file mode 100644 index 02271276e6d6..000000000000 --- a/graphics/lgeo/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 ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -lgeo: lgeo (data files for l3p .ldr to .pov conversion) -lgeo: -lgeo: lgeo is a collection of .inc files used by l3p for converting LDRAW -lgeo: (.ldr) files to the POV-Ray (.pov) format. -lgeo: -lgeo: Homepage: http://www.digitalbricks.org/ -lgeo: -lgeo: -lgeo: -lgeo: -lgeo: |