mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/antiprism: Updated for version 0.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
be4ecf7dc1
commit
86c82ecebd
2 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by (Jorge Barros de Abreu) (ficmatin10 at gmail dot com)
|
||||
|
||||
PRGNAM=antiprism
|
||||
VERSION=${VERSION:-0.22}
|
||||
VERSION=${VERSION:-0.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -45,11 +45,11 @@ rm -rf $PRGNAM-$VERSION
|
|||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Fix Makefile to use docdir
|
||||
sed "/^docdir/s|= .*|= @docdir@|" -i Makefile.in
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="antiprism"
|
||||
VERSION="0.22"
|
||||
VERSION="0.23"
|
||||
HOMEPAGE="http://www.antiprism.com"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/antiprism/antiprism-0.22.tar.gz"
|
||||
MD5SUM="1bc6a9dc4117cb585f9ab9ba8d07fbdc"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/antiprism/antiprism-0.23.tar.gz"
|
||||
MD5SUM="bf09ffa0b54cb03edece25fbdf233fd3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue