System/graveman: Updated for version 0.3.12.5.
This commit is contained in:
parent
bc83700d36
commit
2f85138703
|
@ -32,11 +32,14 @@
|
|||
# with a new version of Graveman. Thanks to Eric Hameleers
|
||||
# for the fix.
|
||||
|
||||
# Slackbuild mainter switched to Keith Richie disturbed1976@gmail.com
|
||||
# Added patch to support for audio CDs with newer Sox versions.
|
||||
|
||||
PRGNAM=graveman
|
||||
VERSION=0.3.12.5 # this is local version
|
||||
SRCVER=0.3.12-5 # this is the developer's source version
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-4}
|
||||
BUILD=${BUILD:-5}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -68,6 +71,9 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Patch needed to work with version of Sox in Slackware 13.0+
|
||||
patch -Np0 -i $CWD/sox.patch --verbose || exit 1
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://graveman.tuxfamily.org/sources/graveman-0.3.12-5.tar.gz"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="94183b71f345e405badcdf92ea04dfac"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Chess Griffin"
|
||||
EMAIL="chess@chessgriffin.com"
|
||||
APPROVED="dsomero"
|
||||
MAINTAINER="Keith Richie"
|
||||
EMAIL="disturbed1976@gmail.com"
|
||||
APPROVED="michiel"
|
||||
|
|
Loading…
Reference in New Issue