mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
misc/kde_cdemu: Updated for version 0.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
09aceee9fb
commit
5529c9f442
2 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
# Based on http://slackbuilds.org/template.SlackBuild
|
||||
|
||||
PRGNAM=kde_cdemu
|
||||
VERSION=${VERSION:-0.4}
|
||||
VERSION=${VERSION:-0.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -30,7 +30,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM
|
||||
tar xjvf $CWD/99752-$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/99752-$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kde_cdemu"
|
||||
VERSION="0.4"
|
||||
VERSION="0.5.0"
|
||||
HOMEPAGE="http://kde-apps.org/content/show.php?content=99752"
|
||||
DOWNLOAD="http://kde-apps.org/CONTENT/content-files/99752-kde_cdemu-0.4.tar.bz2"
|
||||
MD5SUM="846034bb148f7d22021ef2ce11a63fd9"
|
||||
DOWNLOAD="http://kde-apps.org/CONTENT/content-files/99752-kde_cdemu-0.5.0.tar.bz2"
|
||||
MD5SUM="c0e56401e2c2f2c4652915a44af128b8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cdemu-daemon"
|
||||
|
|
Loading…
Reference in a new issue