system/cdemu-client: Updated for version 3.0.0.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
David Spencer 2015-08-05 00:10:32 +01:00 committed by Willy Sudiarto Raharjo
parent c500c334ba
commit 47fe715774
2 changed files with 5 additions and 7 deletions

View file

@ -23,10 +23,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Revision date: 2013/03/31
PRGNAM=cdemu-client
VERSION=${VERSION:-2.0.0}
VERSION=${VERSION:-3.0.0}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,7 +49,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-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 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p build
cd build

View file

@ -1,8 +1,8 @@
PRGNAM="cdemu-client"
VERSION="2.0.0"
VERSION="3.0.0"
HOMEPAGE="http://cdemu.sourceforge.net/about/client/"
DOWNLOAD="http://downloads.sourceforge.net/cdemu/cdemu-client-2.0.0.tar.bz2"
MD5SUM="ceeec43270c28ea02c7e8a5a7009f3e0"
DOWNLOAD="http://downloads.sourceforge.net/cdemu/cdemu-client-3.0.0.tar.bz2"
MD5SUM="4e188ec42b1db005ed96b81db52a20ed"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cdemu-daemon"