mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/omlibraries: Updated for version svn20150221.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b96ae94ba1
commit
a8195ca862
2 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=omlibraries
|
PRGNAM=omlibraries
|
||||||
VERSION=${VERSION:-svn20150131}
|
VERSION=${VERSION:-svn20150221}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -59,9 +59,9 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf openmodelicalibraries_20150131-190345
|
rm -rf openmodelicalibraries_20150221-191549
|
||||||
tar xvf $CWD/openmodelicalibraries_20150131-190345.tar.xz
|
tar xvf $CWD/openmodelicalibraries_20150221-191549.tar.xz
|
||||||
cd openmodelicalibraries_20150131-190345
|
cd openmodelicalibraries_20150221-191549
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="omlibraries"
|
PRGNAM="omlibraries"
|
||||||
VERSION="svn20150131"
|
VERSION="svn20150221"
|
||||||
HOMEPAGE="https://openmodelica.org/"
|
HOMEPAGE="https://openmodelica.org/"
|
||||||
DOWNLOAD="https://build.openmodelica.org/libraries/openmodelicalibraries_20150131-190345.tar.xz"
|
DOWNLOAD="https://build.openmodelica.org/libraries/openmodelicalibraries_20150221-191549.tar.xz"
|
||||||
MD5SUM="4fa6289784eaa6c8e44f84b33c151c53"
|
MD5SUM="85775c4fc96bd43844e1457f41adae32"
|
||||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="openmodelica"
|
REQUIRES="openmodelica"
|
||||||
|
|
Loading…
Reference in a new issue