mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/gcdemu: Updated for version 3.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6ad99b42af
commit
fd65e47746
3 changed files with 11 additions and 10 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
# Slackware build script for gcdemu
|
||||
#
|
||||
# Copyright 2013 Niels Horn, Rio de Janeiro, RJ, Brazil
|
||||
# Copyright 2013 Niels Horn, Rio de Janeiro, RJ, Brazil <niels.horn@gmail.com>
|
||||
# Copyright 2018 Isaac Yu <isaacyu1@isaacyu1.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gcdemu
|
||||
VERSION=${VERSION:-3.0.0}
|
||||
VERSION=${VERSION:-3.1.0}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gcdemu"
|
||||
VERSION="3.0.0"
|
||||
VERSION="3.1.0"
|
||||
HOMEPAGE="http://cdemu.sourceforge.net/about/gcdemu/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/cdemu/gcdemu-3.0.0.tar.bz2"
|
||||
MD5SUM="e64a5b9a9d704e948958fe983de621c8"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/cdemu/gcdemu-3.1.0.tar.bz2"
|
||||
MD5SUM="e8900c04811d2ec4e756d05d3e975e80"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cdemu-daemon gnome-python"
|
||||
MAINTAINER="Niels Horn"
|
||||
EMAIL="niels.horn@gmail.com"
|
||||
REQUIRES="cdemu-daemon"
|
||||
MAINTAINER="Isaac Yu"
|
||||
EMAIL="isaacyu1@isaacyu1.com"
|
||||
|
|
|
@ -10,8 +10,8 @@ gcdemu: gcdemu (gtk applet for controlling CDEmu daemon)
|
|||
gcdemu:
|
||||
gcdemu: It provides a graphic interface that allows performing the key tasks
|
||||
gcdemu: related to controlling the CDEmu daemon, such as loading and unloading
|
||||
gcdemu: devices, displaying devices' status and retrieving/setting devices'
|
||||
gcdemu: debug masks.
|
||||
gcdemu: devices, displaying devices' status and retrieving/setting
|
||||
gcdemu: devices' debug masks.
|
||||
gcdemu:
|
||||
gcdemu: Homepage: http://cdemu.sourceforge.net/about/gcdemu/
|
||||
gcdemu:
|
||||
|
|
Loading…
Reference in a new issue