wok diff tinyxml/receipt @ rev 16888
libQtSql: what if to add BUILD_DEPENDS line, let full Qt cooking will be after update
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Jul 14 02:44:23 2014 +0000 (2014-07-14) |
parents | 59d50f859d0d |
children | d3eb5f4b53ea |
line diff
1.1 --- a/tinyxml/receipt Mon Apr 14 18:33:22 2014 +0200 1.2 +++ b/tinyxml/receipt Mon Jul 14 02:44:23 2014 +0000 1.3 @@ -9,14 +9,14 @@ 1.4 TARBALL="${PACKAGE}_$VERSION.zip" 1.5 WEB_SITE="http://wiki.lxde.org/en/LXMusic" 1.6 WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/2.6.2/$TARBALL" 1.7 -HOST_ARCH="i486 arm" 1.8 +#HOST_ARCH="i486 arm" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 make && 1.14 ${HOST_SYSTEM}-g++ -m32 -fPIC "$CXXFLAGS" -shared \ 1.15 - -o libtinyxml.so.0.${pkgver} \ 1.16 + -o libtinyxml.so.0.2.6.2 \ 1.17 -Wl,-soname,libtinyxml.so.0 $(ls *.o | grep -v xmltest) 1.18 } 1.19