mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/xcircuit: Updated for version 3.7.54.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
6731e7a316
commit
4138191322
2 changed files with 9 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
# Written by B. Jogai <jogaib {at} comcast [dot] net>
|
||||
|
||||
PRGNAM=xcircuit
|
||||
VERSION=3.7.13
|
||||
VERSION=${VERSION:-3.7.54}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-"_SBo"}
|
||||
|
||||
|
@ -44,7 +44,11 @@ rm -rf $PRGNAM-$VERSION $PRGNAM
|
|||
tar xvf $CWD/$PRGNAM-$VERSION.tgz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
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 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xcircuit"
|
||||
VERSION="3.7.13"
|
||||
VERSION="3.7.54"
|
||||
HOMEPAGE="http://opencircuitdesign.com/xcircuit/"
|
||||
DOWNLOAD="http://opencircuitdesign.com/xcircuit/archive/xcircuit-3.7.13.tgz"
|
||||
MD5SUM="93e4bd03d339fc190fa4614766bf0c96"
|
||||
DOWNLOAD="http://opencircuitdesign.com/xcircuit/archive/xcircuit-3.7.54.tgz"
|
||||
MD5SUM="25e60837e5db6b4ff71615505493a481"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue