audio/shell-fm: Updated for (git) version be44e16 and fix compile.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
60159b2e83
commit
0af165af97
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=shell-fm
|
||||
VERSION=${VERSION:-git20100614}
|
||||
VERSION=${VERSION:-be44e16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -62,7 +62,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
|
||||
chown -R root:root .
|
||||
|
@ -72,6 +72,7 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
LDFLAGS="-lstdc++" \
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="shell-fm"
|
||||
VERSION="git20100614"
|
||||
VERSION="be44e16"
|
||||
HOMEPAGE="http://nex.scrapping.cc/shell-fm/"
|
||||
DOWNLOAD="http://www.unrealize.co.uk/source/shell-fm-git20100614.tar.gz"
|
||||
MD5SUM="c18de4785400c59d9e327df0e47c4c24"
|
||||
DOWNLOAD="ftp://harrier.slackbuilds.org/misc/shell-fm-be44e16.tar.xz"
|
||||
MD5SUM="ca57cdef69952623de810470c68b31c5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue