wok diff libsdl-ttf/receipt @ rev 17005

Add pulseaudio
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 12 13:55:28 2014 +0200 (2014-08-12)
parents 76b72f1ad63c
children ede1d184d5c5
line diff
     1.1 --- a/libsdl-ttf/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.2 +++ b/libsdl-ttf/receipt	Tue Aug 12 13:55:28 2014 +0200
     1.3 @@ -10,6 +10,7 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/"
     1.6  WGET_URL="http://www.libsdl.org/projects/SDL_ttf/release/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="libsdl freetype zlib"
    1.10  BUILD_DEPENDS="libsdl-dev freetype-dev"
    1.11 @@ -17,10 +18,8 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.17 -	make &&
    1.18 -	make DESTDIR=$DESTDIR install
    1.19 +	./configure $CONFIGURE_ARGS &&
    1.20 +	make && make install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.