Browse Source
audio/ponymix: Updated for version 5
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
pull/25/head
Christoph Willing
9 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
5 additions and
5 deletions
-
audio/ponymix/ponymix.SlackBuild
-
audio/ponymix/ponymix.info
|
|
@ -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="" |
|
|
|