development/xmlstarlet: Updated for version 1.6.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vincent Batts 2014-10-10 21:32:57 +07:00 committed by Willy Sudiarto Raharjo
parent daf5e7ba55
commit a6bda2934c
2 changed files with 7 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xmlstarlet
VERSION=1.1.0
VERSION=${VERSION:-1.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -86,6 +86,9 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
# it is only logical that the command provided matches the package name
ln -sf xml $PKG/usr/bin/xmlstarlet
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,8 +1,8 @@
PRGNAM="xmlstarlet"
VERSION="1.1.0"
VERSION="1.6.1"
HOMEPAGE="http://sourceforge.net/projects/xmlstar/"
DOWNLOAD="http://downloads.sourceforge.net/xmlstar/xmlstarlet-1.1.0.tar.gz"
MD5SUM="1b864b16c1dc78ce87ffc8528f021ab0"
DOWNLOAD="http://downloads.sourceforge.net/xmlstar/xmlstarlet-1.6.1.tar.gz"
MD5SUM="f3c5dfa3b1a2ee06cd57c255cc8b70a0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""