development/mono-addins: Updated for version 20131127.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andre Barboza 2013-12-05 00:17:20 +07:00 committed by Erik Hanson
parent cce486203a
commit d0e0f4eeda
3 changed files with 8 additions and 7 deletions

View file

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mono-addins
VERSION=${VERSION:-0.6.2}
VERSION=${VERSION:-20131127}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,7 +59,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -68,6 +68,7 @@ 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 {} \;
./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="mono-addins"
VERSION="0.6.2"
HOMEPAGE="http://www.mono-project.com/Mono.Addins"
DOWNLOAD="http://download.mono-project.com/sources/mono-addins/mono-addins-0.6.2.tar.bz2"
MD5SUM="afbbe5e9fdf9b03911bc8e6b94feb60b"
VERSION="20131127"
HOMEPAGE="http://monoaddins.codeplex.com"
DOWNLOAD="http://files.slackware-id.org/mono-addins-20131127.tar.gz"
MD5SUM="d703ae3cd66170dec8127b802faef47e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtk-sharp"

View file

@ -16,4 +16,4 @@ mono-addins:
mono-addins: This new framework intends to set an standard for building
mono-addins: extensible applications and add-ins in Mono.
mono-addins:
mono-addins: http://www.mono-project.com/Mono.Addins
mono-addins: http://monoaddins.codeplex.com