wok-next diff libsdl-mixer/receipt @ rev 17506
gvfs: add dir /usr/share/gvfs/remote-volume-monitors
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 08 12:18:15 2015 +0100 (2015-01-08) |
parents | 76b72f1ad63c |
children | 6037f37a1c85 |
line diff
1.1 --- a/libsdl-mixer/receipt Sat Aug 10 11:00:21 2013 +0000 1.2 +++ b/libsdl-mixer/receipt Thu Jan 08 12:18:15 2015 +0100 1.3 @@ -10,6 +10,7 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/" 1.6 WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="libsdl libmad libvorbis libogg" 1.10 BUILD_DEPENDS="libsdl libsdl-dev libmad-dev libvorbis-dev libogg-dev " 1.11 @@ -17,15 +18,11 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 ./configure \ 1.17 --prefix=/usr \ 1.18 - --mandir=/usr/share/man \ 1.19 - --infodir=/usr/share/info \ 1.20 --enable-music-mp3-mad \ 1.21 $CONFIGURE_ARGS && 1.22 - make && 1.23 - make DESTDIR=$DESTDIR install 1.24 + make && make install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg.