summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author dsomero <xgizzmo@gmail.com>2010-05-27 04:20:31 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-05-27 12:10:05 +0200
commitc10192dc58346f9e98d92a06b7b2b96ccf160f3f (patch)
treec65caf42c66d19202cb18845f6e6cdb5413d7e95
parentefcd74311cc95006aa89cbc60cb2180e5333d180 (diff)
downloadslackbuilds-c10192dc58346f9e98d92a06b7b2b96ccf160f3f.tar.gz
slackbuilds-c10192dc58346f9e98d92a06b7b2b96ccf160f3f.tar.xz
graphics/leocad: Removed (Build failure)
-rw-r--r--graphics/leocad/README5
-rw-r--r--graphics/leocad/doinst.sh4
-rw-r--r--graphics/leocad/leocad.SlackBuild71
-rw-r--r--graphics/leocad/leocad.desktop10
-rw-r--r--graphics/leocad/leocad.info10
-rw-r--r--graphics/leocad/leocad.pngbin329 -> 0 bytes
-rw-r--r--graphics/leocad/slack-desc19
7 files changed, 0 insertions, 119 deletions
diff --git a/graphics/leocad/README b/graphics/leocad/README
deleted file mode 100644
index 4f820a1181..0000000000
--- a/graphics/leocad/README
+++ /dev/null
@@ -1,5 +0,0 @@
-LeoCAD is a CAD program that uses bricks similar to those
-found in many toys (but they don't represent any particular brand).
-Currently it uses a library of more than 1000 different pieces.
-
-This requires leocad_pieces.
diff --git a/graphics/leocad/doinst.sh b/graphics/leocad/doinst.sh
deleted file mode 100644
index 4e8ba7071d..0000000000
--- a/graphics/leocad/doinst.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
-fi
-
diff --git a/graphics/leocad/leocad.SlackBuild b/graphics/leocad/leocad.SlackBuild
deleted file mode 100644
index 4acc9a7fc7..0000000000
--- a/graphics/leocad/leocad.SlackBuild
+++ /dev/null
@@ -1,71 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for LeoCAD:
-# 3D design program for bricks
-
-# Written by Niels Horn - niels.horn@gmail.com
-# revision date 2009/10/10
-
-PRGNAM=leocad
-VERSION=0.75_r841
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-fi
-
-set -e
-
-rm -rf $TMP/$PRGNAM-$VERSION $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-make config PREFIX=/usr DESTDIR=$PKG
-CFLAGS="$SLKCFLAGS" CPPFLAGS="$SLKCFLAGS" make
-make install
-
-strip --strip-unneeded $PKG/usr/bin/$PRGNAM
-
-# Move & Compress man pages
-mv $PKG/usr/share/man $PKG/usr/man
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
-)
-
-# Copy icon & desktop file to package
-mkdir -p $PKG/usr/share/{applications,pixmaps}
-cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
-cat $CWD/$PRGNAM.png > $PKG/usr/share/pixmaps/$PRGNAM.png
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- CREDITS.txt README.txt docs/CHANGES.txt docs/COPYING.txt docs/INSTALL.txt \
- docs/LINUX.txt docs/TODO.txt $PKG/usr/doc/$PRGNAM-$VERSION
-find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/graphics/leocad/leocad.desktop b/graphics/leocad/leocad.desktop
deleted file mode 100644
index fd8ffbc739..0000000000
--- a/graphics/leocad/leocad.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=leocad
-Comment=LeoCAD 3D Design program
-Categories=Graphics;
-Exec=/usr/bin/leocad
-Icon=leocad
-Terminal=false
-StartupNotify=false
diff --git a/graphics/leocad/leocad.info b/graphics/leocad/leocad.info
deleted file mode 100644
index a35b9844ae..0000000000
--- a/graphics/leocad/leocad.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="leocad"
-VERSION="0.75_r841"
-HOMEPAGE="http://www.leocad.org/"
-DOWNLOAD="http://www.nielshorn.net/_lib/download.php?file=leocad-0.75_r841.tar.gz"
-MD5SUM="583ea1815392f061c98931d88106ce83"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Niels Horn"
-EMAIL="niels.horn@gmail.com"
-APPROVED="rworkman"
diff --git a/graphics/leocad/leocad.png b/graphics/leocad/leocad.png
deleted file mode 100644
index 2a766c616a..0000000000
--- a/graphics/leocad/leocad.png
+++ /dev/null
Binary files differ
diff --git a/graphics/leocad/slack-desc b/graphics/leocad/slack-desc
deleted file mode 100644
index 653d501b94..0000000000
--- a/graphics/leocad/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------------------------------------------------------|
-leocad: leocad (CAD program for toy bricks)
-leocad:
-leocad: LeoCAD is a CAD program that uses bricks similar to those
-leocad: found in many toys (but they don't represent any particular brand).
-leocad: Currently it uses a library of more than 1000 different pieces.
-leocad:
-leocad: http://www.leocad.org/
-leocad:
-leocad:
-leocad:
-leocad: