development/ebe: Updated for version 2.7.3.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2015-02-16 07:37:24 -08:00 committed by Willy Sudiarto Raharjo
parent bc8028654c
commit 2054ec48b2
2 changed files with 8 additions and 7 deletions

View File

@ -28,7 +28,7 @@
PRGNAM=ebe
VERSION=${VERSION:-2.7.1}
VERSION=${VERSION:-2.7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,9 +64,10 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM\_src\_$VERSION.tgz
rm -rf $PRGNAM
mkdir -p $PRGNAM
cd $PRGNAM
tar xvf $CWD/$PRGNAM\_src\_$VERSION.tgz
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -74,8 +75,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
./rebuild
./qrc
qmake
make
mkdir -p $PKG/opt/$PRGNAM-$VERSION

View File

@ -1,8 +1,8 @@
PRGNAM="ebe"
VERSION="2.7.1"
VERSION="2.7.3"
HOMEPAGE="http://www.rayseyfarth.com/ebe/"
DOWNLOAD="http://sourceforge.net/projects/qtebe/files/src/ebe_src_2.7.1.tgz"
MD5SUM="d4355aaba1c3f50df9340318de3da773"
DOWNLOAD="http://sourceforge.net/projects/qtebe/files/src/ebe_src_2.7.3.tgz"
MD5SUM="01a4b0bb82589116ab40b6c07bf8996a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="astyle"