wok-4.x diff libSDL/receipt @ rev 3305
Add: libxdg-basedir libxdg-basedir-dev
author | Mallory MOLLO <mallory@skyrock.com> |
---|---|
date | Sat Jun 06 20:14:53 2009 +0200 (2009-06-06) |
parents | 2ddc861c6696 |
children |
line diff
1.1 --- a/libSDL/receipt Sun Mar 15 20:31:26 2009 +0000 1.2 +++ b/libSDL/receipt Sat Jun 06 20:14:53 2009 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Simple DirectMedia Layer (used by Qemu)." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg libiconv" 1.8 +DEPENDS="xorg" 1.9 SOURCE="SDL" 1.10 TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.libsdl.org/" 1.12 @@ -27,8 +27,6 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib $fs/usr/share 1.17 + mkdir -p $fs/usr/lib 1.18 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.19 - cp -a $_pkg/usr/bin $fs/usr 1.20 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.21 }