graphics/openscad: Updated for version 2014.03.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2014-06-22 23:11:54 +01:00 committed by Willy Sudiarto Raharjo
parent 2c30f63c49
commit c17dbdb503
2 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openscad
VERSION=${VERSION:-2013.06}
VERSION=${VERSION:-2014.03}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -79,9 +79,9 @@ make install INSTALL_ROOT=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/man
cp doc/openscad.1 $PKG/usr/man
gzip -9 $PKG/usr/man/openscad.1
mv $PKG/usr/share/man $PKG/usr/man
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \

View file

@ -1,8 +1,8 @@
PRGNAM="openscad"
VERSION="2013.06"
VERSION="2014.03"
HOMEPAGE="http://www.openscad.org/"
DOWNLOAD="https://openscad.googlecode.com/files/openscad-2013.06.src.tar.gz"
MD5SUM="b7b5faecdffc41e28cdf0c1162299de7"
DOWNLOAD="http://files.openscad.org/openscad-2014.03.src.tar.gz"
MD5SUM="38bebd02bce365fe39e695a07411ab73"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="CGAL OpenCSG eigen3"