mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/mp3splt: Updated for version 2.6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
36e0433500
commit
bc4317b11c
2 changed files with 5 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mp3splt
|
||||
VERSION=${VERSION:-2.5.2}
|
||||
VERSION=${VERSION:-2.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -77,6 +77,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--mandir=/usr/man \
|
||||
--enable-oggsplt_symlink \
|
||||
--enable-flacsplt_symlink \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mp3splt"
|
||||
VERSION="2.5.2"
|
||||
VERSION="2.6"
|
||||
HOMEPAGE="http://mp3splt.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mp3splt/mp3splt-2.5.2.tar.gz"
|
||||
MD5SUM="cd8eb9f866dddb934357b7cdefb5a370"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mp3splt/mp3splt-2.6.tar.gz"
|
||||
MD5SUM="3f149cd0c2842b95551130bd56840f55"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libmp3splt"
|
||||
|
|
Loading…
Reference in a new issue