mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libisofs: Updated for version 0.6.12
This commit is contained in:
parent
633a798584
commit
660a2fa883
2 changed files with 7 additions and 9 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libisofs
|
||||
VERSION=0.6.10
|
||||
VERSION=0.6.12
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -63,10 +63,8 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
( cd $PKG
|
||||
find . | xargs file | grep -e "executable" -e "shared object" | grep ELF | \
|
||||
cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
|
||||
)
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING COPYRIGHT ChangeLog INSTALL NEWS README TODO \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libisofs"
|
||||
VERSION="0.6.10"
|
||||
VERSION="0.6.12"
|
||||
HOMEPAGE="http://libburnia-project.org/wiki/Libisofs"
|
||||
DOWNLOAD="http://files.libburnia-project.org/releases/libisofs-0.6.10.tar.gz"
|
||||
MD5SUM="678fdea08d97f1d77ea73dc966096b48"
|
||||
DOWNLOAD="http://files.libburnia-project.org/releases/libisofs-0.6.12.tar.gz"
|
||||
MD5SUM="bbf94852dc019ff21a711805bcd0af2d"
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue