wok diff tinyxml/receipt @ rev 19355
drobbear/pppssh: optional UDP unencrypted link
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 26 13:47:19 2016 +0200 (2016-07-26) |
parents | e1ee172acb7b |
children | 6e8b1bcb30e2 |
line diff
1.1 --- a/tinyxml/receipt Tue Apr 15 03:14:22 2014 +0200 1.2 +++ b/tinyxml/receipt Tue Jul 26 13:47:19 2016 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tinyxml" 1.7 -VERSION="2_6_2" 1.8 +VERSION="2.6.2" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="TinyXML is a simple, small, C++ XML parser." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -TARBALL="${PACKAGE}_$VERSION.zip" 1.14 +TARBALL="${PACKAGE}_${VERSION//./_}.zip" 1.15 WEB_SITE="http://wiki.lxde.org/en/LXMusic" 1.16 -WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/2.6.2/$TARBALL" 1.17 +WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 1.18 #HOST_ARCH="i486 arm" 1.19 1.20 # Rules to configure and make the package. 1.21 @@ -16,7 +16,7 @@ 1.22 { 1.23 make && 1.24 ${HOST_SYSTEM}-g++ -m32 -fPIC "$CXXFLAGS" -shared \ 1.25 - -o libtinyxml.so.0.2.6.2 \ 1.26 + -o libtinyxml.so.0.$VERSION \ 1.27 -Wl,-soname,libtinyxml.so.0 $(ls *.o | grep -v xmltest) 1.28 } 1.29 1.30 @@ -27,7 +27,7 @@ 1.31 cp -a ${src}/xmltest $fs/usr/bin 1.32 cp -a ${src}/*.so* $fs/usr/lib 1.33 cd $fs/usr/lib 1.34 - ln -s libtinyxml.so.0.2.6.2 libtinyxml.so.0 1.35 - ln -s libtinyxml.so.0.2.6.2 libtinyxml.so 1.36 + ln -s libtinyxml.so.0.$VERSION libtinyxml.so.0 1.37 + ln -s libtinyxml.so.0.$VERSION libtinyxml.so 1.38 } 1.39