wok diff tinyxml/receipt @ rev 16379

ARM: add sox, libunique, libao, libnotify
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 15 03:14:22 2014 +0200 (2014-04-15)
parents 59d50f859d0d
children d3eb5f4b53ea
line diff
     1.1 --- a/tinyxml/receipt	Mon Apr 14 18:33:22 2014 +0200
     1.2 +++ b/tinyxml/receipt	Tue Apr 15 03:14:22 2014 +0200
     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