wok-next diff libsdl-dev/receipt @ rev 13050
cups: Add patch:installe-sh.u
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Jun 18 21:59:17 2012 +0200 (2012-06-18) |
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 Mon Jun 18 21:59:17 2012 +0200 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 }