mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/ponymix: Updated for version 5
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
This commit is contained in:
parent
b13940e8fc
commit
896b9292e3
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ponymix
|
||||
VERSION=${VERSION:-0.0git20160130}
|
||||
VERSION=${VERSION:-5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xf $CWD/$VERSION.tar.gz || tar xf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
sed -i -e "s:usr\/share\/man:usr\/man:" Makefile
|
||||
chown -R root:root .
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ponymix"
|
||||
VERSION="0.0git20160130"
|
||||
VERSION="5"
|
||||
HOMEPAGE="https://github.com/falconindy/ponymix"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/ponymix/ponymix-0.0git20160130.tar.gz"
|
||||
MD5SUM="a2515fa1f3991a8f0d1cd6ae02f811ea"
|
||||
DOWNLOAD="https://github.com/falconindy/ponymix/archive/5.tar.gz"
|
||||
MD5SUM="182e5e8f9af96f4302c124700f936cbc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue