summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Vincent Batts <vbatts@gmail.com>2014-10-10 21:32:57 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-11 00:14:50 +0700
commita6bda2934c8fd905081b41dc0b6e89fcb7ea5791 (patch)
tree34aa18c2ea8f465f973b75edede42f46c0e24666 /development
parentdaf5e7ba553029ad19745dd1e704e226aaabf340 (diff)
downloadslackbuilds-a6bda2934c8fd905081b41dc0b6e89fcb7ea5791.tar.gz
slackbuilds-a6bda2934c8fd905081b41dc0b6e89fcb7ea5791.tar.xz
development/xmlstarlet: Updated for version 1.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/xmlstarlet/xmlstarlet.SlackBuild5
-rw-r--r--development/xmlstarlet/xmlstarlet.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/development/xmlstarlet/xmlstarlet.SlackBuild b/development/xmlstarlet/xmlstarlet.SlackBuild
index 93c6347a97..4cd7b548a9 100644
--- a/development/xmlstarlet/xmlstarlet.SlackBuild
+++ b/development/xmlstarlet/xmlstarlet.SlackBuild
@@ -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
diff --git a/development/xmlstarlet/xmlstarlet.info b/development/xmlstarlet/xmlstarlet.info
index e07c1725f7..2024c659f0 100644
--- a/development/xmlstarlet/xmlstarlet.info
+++ b/development/xmlstarlet/xmlstarlet.info
@@ -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=""