wok-current rev 3165
libsdl*: Remove dep on libiconv (use iconv() from glibc)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 25 01:12:33 2009 +0200 (2009-05-25) |
parents | 45790f0c3d53 |
children | 29520d49babe |
files | libSDL-dev/receipt libSDL/receipt libsdl-gfx/receipt libsdl-image-dev/receipt libsdl-image/receipt libsdl-mixer/receipt libsdl-net/receipt libsdl-ttf/receipt |
line diff
1.1 --- a/libSDL-dev/receipt Mon May 25 00:49:10 2009 +0200 1.2 +++ b/libSDL-dev/receipt Mon May 25 01:12:33 2009 +0200 1.3 @@ -3,9 +3,9 @@ 1.4 PACKAGE="libSDL-dev" 1.5 VERSION="1.2.13" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="Simple DirectMedia Layer (used by Qemu)." 1.8 +SHORT_DESC="Simple DirectMedia Layer devel files." 1.9 MAINTAINER="pankso@slitaz.org" 1.10 -DEPENDS="xorg" 1.11 +DEPENDS="xorg-dev" 1.12 SOURCE="SDL" 1.13 WANTED="libSDL" 1.14 WEB_SITE="http://www.libsdl.org/" 1.15 @@ -14,11 +14,10 @@ 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr/lib $fs/usr/share 1.19 - cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/bin $fs/usr 1.20 - cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/include $fs/usr 1.21 - cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/lib/*.*a $fs/usr/lib 1.22 - 1.23 - cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/lib/pkgconfig $fs/usr/lib 1.24 - 1.25 - cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/share/aclocal $fs/usr/share 1.26 + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.27 + cp -a $_pkg/usr/bin $fs/usr 1.28 + cp -a $_pkg/usr/include $fs/usr 1.29 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.30 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.31 + cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.32 }
2.1 --- a/libSDL/receipt Mon May 25 00:49:10 2009 +0200 2.2 +++ b/libSDL/receipt Mon May 25 01:12:33 2009 +0200 2.3 @@ -5,7 +5,7 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="Simple DirectMedia Layer (used by Qemu)." 2.6 MAINTAINER="pankso@slitaz.org" 2.7 -DEPENDS="xorg libiconv" 2.8 +DEPENDS="xorg" 2.9 SOURCE="SDL" 2.10 TARBALL="$SOURCE-$VERSION.tar.gz" 2.11 WEB_SITE="http://www.libsdl.org/" 2.12 @@ -27,8 +27,6 @@ 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules() 2.15 { 2.16 - mkdir -p $fs/usr/lib $fs/usr/share 2.17 + mkdir -p $fs/usr/lib 2.18 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.19 - cp -a $_pkg/usr/bin $fs/usr 2.20 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 2.21 }
3.1 --- a/libsdl-gfx/receipt Mon May 25 00:49:10 2009 +0200 3.2 +++ b/libsdl-gfx/receipt Mon May 25 01:12:33 2009 +0200 3.3 @@ -6,7 +6,7 @@ 3.4 CATEGORY="x-window" 3.5 SHORT_DESC="SDL gfx support." 3.6 MAINTAINER="pankso@slitaz.org" 3.7 -DEPENDS="xorg libSDL libiconv" 3.8 +DEPENDS="xorg libSDL" 3.9 BUILD_DEPENDS="xorg-dev libSDL-dev" 3.10 TARBALL="$SOURCE-$VERSION.tar.gz" 3.11 WEB_SITE="http://www.ferzkopp.net/joomla/content/view/19/14/"
4.1 --- a/libsdl-image-dev/receipt Mon May 25 00:49:10 2009 +0200 4.2 +++ b/libsdl-image-dev/receipt Mon May 25 01:12:33 2009 +0200 4.3 @@ -21,4 +21,3 @@ 4.4 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 4.5 cp -a $_pkg/usr/include $fs/usr 4.6 } 4.7 -
5.1 --- a/libsdl-image/receipt Mon May 25 00:49:10 2009 +0200 5.2 +++ b/libsdl-image/receipt Mon May 25 01:12:33 2009 +0200 5.3 @@ -11,8 +11,8 @@ 5.4 WEB_SITE="http://www.libsdl.org/projects/SDL_image/" 5.5 WGET_URL="http://www.libsdl.org/projects/SDL_image/release/$TARBALL" 5.6 5.7 -DEPENDS="libSDL libpng jpeg zlib libiconv" 5.8 -BUILD_DEPENDS="libSDL libSDL-dev libpng-dev jpeg-dev tiff-dev zlib-dev " 5.9 +DEPENDS="libSDL libpng jpeg zlib" 5.10 +BUILD_DEPENDS="libSDL libSDL-dev libpng-dev jpeg-dev tiff-dev zlib-dev" 5.11 5.12 # Rules to configure and make the package. 5.13 compile_rules() 5.14 @@ -34,4 +34,3 @@ 5.15 mkdir -p $fs/usr/lib 5.16 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 5.17 } 5.18 -
6.1 --- a/libsdl-mixer/receipt Mon May 25 00:49:10 2009 +0200 6.2 +++ b/libsdl-mixer/receipt Mon May 25 01:12:33 2009 +0200 6.3 @@ -11,7 +11,7 @@ 6.4 WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/" 6.5 WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL" 6.6 6.7 -DEPENDS="libSDL libmad libvorbis libogg libiconv" 6.8 +DEPENDS="libSDL libmad libvorbis libogg" 6.9 BUILD_DEPENDS="libSDL libSDL-dev libmad-dev libvorbis-dev libogg-dev " 6.10 6.11 # Rules to configure and make the package.
7.1 --- a/libsdl-net/receipt Mon May 25 00:49:10 2009 +0200 7.2 +++ b/libsdl-net/receipt Mon May 25 01:12:33 2009 +0200 7.3 @@ -6,7 +6,7 @@ 7.4 CATEGORY="x-window" 7.5 SHORT_DESC="SDL net support." 7.6 MAINTAINER="pankso@slitaz.org" 7.7 -DEPENDS="xorg libSDL libiconv" 7.8 +DEPENDS="xorg libSDL" 7.9 BUILD_DEPENDS="xorg-dev libSDL-dev" 7.10 TARBALL="$SOURCE-$VERSION.tar.gz" 7.11 WEB_SITE="http://www.libsdl.org/projects/SDL_net/"
8.1 --- a/libsdl-ttf/receipt Mon May 25 00:49:10 2009 +0200 8.2 +++ b/libsdl-ttf/receipt Mon May 25 01:12:33 2009 +0200 8.3 @@ -6,7 +6,7 @@ 8.4 CATEGORY="x-window" 8.5 SHORT_DESC="SDL ttf support." 8.6 MAINTAINER="pankso@slitaz.org" 8.7 -DEPENDS="xorg libSDL freetype libiconv zlib" 8.8 +DEPENDS="xorg libSDL freetype zlib" 8.9 BUILD_DEPENDS="xorg-dev libSDL-dev" 8.10 TARBALL="$SOURCE-$VERSION.tar.gz" 8.11 WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/"