mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/cmus: Updated for version 20180219_20a738d.
Thanks to Habs for reporting broken ffmpeg support Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
1bee5bcae1
commit
ec0ed2cd1b
2 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for cmus
|
||||
|
||||
# Copyright (c) 2008-2010, Antonio Hernández Blas <hba.nihilismus@gmail.com>
|
||||
# Copyright 2013-2016, Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2013-2018, Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -23,7 +23,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cmus
|
||||
VERSION=${VERSION:-2.7.1}
|
||||
VERSION=${VERSION:-20180219_20a738d}
|
||||
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/v$VERSION.tar.?z* || tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cmus"
|
||||
VERSION="2.7.1"
|
||||
HOMEPAGE="http://cmus.sourceforge.net/"
|
||||
DOWNLOAD="https://github.com/cmus/cmus/archive/v2.7.1.tar.gz"
|
||||
MD5SUM="0588ab955db44a8e9deb03446d73b5df"
|
||||
VERSION="20180219_20a738d"
|
||||
HOMEPAGE="http://cmus.github.io"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/cmus-20180219_20a738d.tar.xz"
|
||||
MD5SUM="296eb0ddb84da2d7f269fc0aa36d35f6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue