mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/mcu8051ide: Updated for version 1.4.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1989f05add
commit
be67aa4903
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=mcu8051ide
|
PRGNAM=mcu8051ide
|
||||||
VERSION=${VERSION:-1.4.9}
|
VERSION=${VERSION:-1.4.10}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -68,11 +68,11 @@ find -L . \
|
||||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
||||||
make || return 1
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
sed -i -e 's/tclsh8.5/tclsh8.6/' $PKG/usr/bin/$PRGNAM
|
sed -i -e 's/tclsh8.5/tclsh8.6/' $PKG/usr/bin/$PRGNAM
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="mcu8051ide"
|
PRGNAM="mcu8051ide"
|
||||||
VERSION="1.4.9"
|
VERSION="1.4.10"
|
||||||
HOMEPAGE="http://mcu8051ide.sourceforge.net/index"
|
HOMEPAGE="http://mcu8051ide.sourceforge.net/index"
|
||||||
DOWNLOAD="http://www.moravia-microsystems.com/download-file/150/mcu8051ide-1.4.9.tar.gz"
|
DOWNLOAD="http://www.moravia-microsystems.com/download-file/473/mcu8051ide-1.4.10.tar.gz"
|
||||||
MD5SUM="b4eafe92dd78582069786c95154c7abe"
|
MD5SUM="3d6031e6e5586adf6b2fac9bf4ece6fb"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="bwidget itcl tkimg tDOM"
|
REQUIRES="bwidget itcl tkimg tDOM"
|
||||||
|
|
Loading…
Reference in a new issue