development/mcu8051ide: Updated for version 1.4.10.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
R. S. Ananda Murthy 2015-02-23 08:09:05 +07:00 committed by Willy Sudiarto Raharjo
parent 1989f05add
commit be67aa4903
2 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mcu8051ide
VERSION=${VERSION:-1.4.9}
VERSION=${VERSION:-1.4.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,11 +68,11 @@ find -L . \
-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 {} \;
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make || return 1
make
make DESTDIR=$PKG install
sed -i -e 's/tclsh8.5/tclsh8.6/' $PKG/usr/bin/$PRGNAM

View file

@ -1,8 +1,8 @@
PRGNAM="mcu8051ide"
VERSION="1.4.9"
VERSION="1.4.10"
HOMEPAGE="http://mcu8051ide.sourceforge.net/index"
DOWNLOAD="http://www.moravia-microsystems.com/download-file/150/mcu8051ide-1.4.9.tar.gz"
MD5SUM="b4eafe92dd78582069786c95154c7abe"
DOWNLOAD="http://www.moravia-microsystems.com/download-file/473/mcu8051ide-1.4.10.tar.gz"
MD5SUM="3d6031e6e5586adf6b2fac9bf4ece6fb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="bwidget itcl tkimg tDOM"