graphics/lgeo: Removed (Included in LDraw_data).

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-04-11 18:13:49 +07:00
parent 22bc02a24b
commit fc68c2f4d7
4 changed files with 0 additions and 80 deletions

View File

@ -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.

View File

@ -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}

View File

@ -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"

View File

@ -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: