wok diff libsdl-mixer-dev/receipt @ rev 14940

Up: embryo-dev (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:15:45 2013 +0200 (2013-08-08)
parents 8c08820e8dfb
children 76b72f1ad63c
line diff
     1.1 --- a/libsdl-mixer-dev/receipt	Mon Mar 28 21:16:38 2011 +0000
     1.2 +++ b/libsdl-mixer-dev/receipt	Thu Aug 08 19:15:45 2013 +0200
     1.3 @@ -6,14 +6,15 @@
     1.4  SHORT_DESC="Development files of a multichannel sample and music mixer."
     1.5  MAINTAINER="chadi.elahmad@gmail.com"
     1.6  WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
     1.7 -DEPENDS="libsdl-mixer libsdl-dev libmad-dev libvorbis-dev libogg-dev "
     1.8  WANTED="libsdl-mixer"
     1.9  SOURCE="SDL_mixer"
    1.10  
    1.11 +DEPENDS="libsdl-mixer libsdl-dev libmad-dev libvorbis-dev libogg-dev "
    1.12 +
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/include $fs/usr
    1.19 +	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21  }