libraries/gnonlin: Updated for version 0.10.17.

This commit is contained in:
Binh Nguyen 2011-07-02 00:42:57 -03:00 committed by Niels Horn
parent fb7acd7db7
commit c2a83192a1
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for gnonlin
# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm>
# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gnonlin
VERSION=${VERSION:-0.10.15}
VERSION=${VERSION:-0.10.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -83,7 +83,7 @@ CFLAGS="$SLKCFLAGS" \
--enable-shared \
--build=$ARCH-slackware-linux
make
make V=1
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \

View File

@ -1,10 +1,10 @@
PRGNAM="gnonlin"
VERSION="0.10.15"
VERSION="0.10.17"
HOMEPAGE="http://gnonlin.sourceforge.net/"
DOWNLOAD="http://gstreamer.freedesktop.org/src/gnonlin/gnonlin-0.10.15.tar.bz2"
MD5SUM="2b41040c1bdbf258db1c246acdbd1921"
DOWNLOAD="http://gstreamer.freedesktop.org/src/gnonlin/gnonlin-0.10.17.tar.bz2"
MD5SUM="0c9e5a8f771b087fac9afa459399112e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Binh Nguyen"
EMAIL="binhnguyen@fastmail.fm"
APPROVED="dsomero"
APPROVED="dsomero,Niels Horn"