graphics/leocad_pieces: Added to 13.0 repository

This commit is contained in:
Niels Horn 2010-05-13 00:58:20 +02:00 committed by Erik Hanson
parent c3fae8dd50
commit e41035c6b3
4 changed files with 65 additions and 0 deletions

View file

@ -0,0 +1 @@
leocad_pieces contains the library of pieces needed by the LeoCAD program.

View file

@ -0,0 +1,35 @@
#!/bin/sh
# Slackware build script for leocad_pieces, the pieces library needed by
# LeoCAD
# Written by Niels Horn - niels.horn@gmail.com
# revision date 2010/01/27
PRGNAM=leocad_pieces
VERSION=3299
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 $PKG $OUTPUT
# Data from zip-file + set permissions
mkdir -p $PKG/usr/share/leocad
unzip $CWD/pieces-$VERSION.zip -d $PKG/usr/share/leocad
chown -R root:root $PKG
find $PKG -type f -exec chmod 644 {} \;
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

@ -0,0 +1,10 @@
PRGNAM="leocad_pieces"
VERSION="3299"
HOMEPAGE="http://www.leocad.org/"
DOWNLOAD="http://leocad.googlecode.com/files/pieces-3299.zip"
MD5SUM="323375bfac773ff1c6501383e65de9c2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"
APPROVED="Erik Hanson"

View file

@ -0,0 +1,19 @@
# 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_pieces: leocad_pieces (LeoCAD pieces library)
leocad_pieces:
leocad_pieces: leocad_pieces contains the library of pieces needed by the LeoCAD
leocad_pieces: program.
leocad_pieces:
leocad_pieces: http://www.leocad.org/
leocad_pieces:
leocad_pieces:
leocad_pieces:
leocad_pieces:
leocad_pieces: