wok diff libsdl-mixer/receipt @ rev 14990

slitaz-base-files: up 5.4.1
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 09 15:44:37 2013 +0300 (2013-08-09)
parents 8c08820e8dfb
children 76b72f1ad63c
line diff
     1.1 --- a/libsdl-mixer/receipt	Mon Mar 28 21:16:38 2011 +0000
     1.2 +++ b/libsdl-mixer/receipt	Fri Aug 09 15:44:37 2013 +0300
     1.3 @@ -9,6 +9,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 +
     1.8  DEPENDS="libsdl libmad libvorbis libogg"
     1.9  BUILD_DEPENDS="libsdl libsdl-dev libmad-dev libvorbis-dev libogg-dev "
    1.10  
    1.11 @@ -23,12 +24,12 @@
    1.12  		--enable-music-mp3-mad \
    1.13  		$CONFIGURE_ARGS &&
    1.14  	make &&
    1.15 -	make DESTDIR=$PWD/_pkg install
    1.16 +	make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/lib
    1.23 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.24 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.25  }