mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/libmikmod: Updated for version 3.3.6.
Thanks to Vojtech and Ryan P.C. McQuen for the heads-up. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
a2575e14ed
commit
fdae8ebcf6
2 changed files with 7 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=libmikmod
|
||||
VERSION=${VERSION:-3.2.0}
|
||||
VERSION=${VERSION:-3.3.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,13 +65,11 @@ CFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
( cd $PKG/usr/man
|
||||
find . -type f -exec gzip -9 {} \;
|
||||
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
)
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
rm -f $PKG/usr/info/dir
|
||||
gzip -9 $PKG/usr/info/*.info*
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libmikmod"
|
||||
VERSION="3.2.0"
|
||||
VERSION="3.3.6"
|
||||
HOMEPAGE="http://mikmod.shlomifish.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mikmod/libmikmod-3.2.0.tar.gz"
|
||||
MD5SUM="96e9820d72a41fe27ff304071739696c"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mikmod/libmikmod-3.3.6.tar.gz"
|
||||
MD5SUM="9dd9bed30c6f7607a55480234606071b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue