wok diff libsdl-dev/receipt @ rev 9846

Fixed apache-mod-wsgi for tazwok. Just need to cd $src before compiling.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 18:30:30 2011 +0000 (2011-05-15)
parents be13f25e790b
children 6eff489aa802
line diff
     1.1 --- a/libsdl-dev/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.2 +++ b/libsdl-dev/receipt	Sun May 15 18:30:30 2011 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Simple DirectMedia Layer devel files."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xorg-dev libsdl"
     1.8 +DEPENDS="xorg-libXext-dev xorg-libX11-dev xorg-libXrender-dev libsdl"
     1.9  SOURCE="SDL"
    1.10  WANTED="libsdl"
    1.11  WEB_SITE="http://www.libsdl.org/"
    1.12 @@ -16,7 +16,7 @@
    1.13  	mkdir -p $fs/usr/lib $fs/usr/share
    1.14  	cp -a $_pkg/usr/bin $fs/usr
    1.15  	cp -a $_pkg/usr/include $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.17 +	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    1.18  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.19  	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.20  }