wok rev 9408

Removed all .la files in libsdl* packages.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Mar 28 21:16:38 2011 +0000 (2011-03-28)
parents 28148b876a49
children 7a4a1829e9f7
files libsdl-dev/receipt libsdl-gfx-dev/receipt libsdl-gfx/receipt libsdl-image-dev/receipt libsdl-image/receipt libsdl-mixer-dev/receipt libsdl-mixer/receipt libsdl-net-dev/receipt libsdl-net/receipt libsdl-pango-dev/receipt libsdl-ttf-dev/receipt libsdl-ttf/receipt libsdl/receipt
line diff
     1.1 --- a/libsdl-dev/receipt	Mon Mar 28 20:13:28 2011 +0000
     1.2 +++ b/libsdl-dev/receipt	Mon Mar 28 21:16:38 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  }
     2.1 --- a/libsdl-gfx-dev/receipt	Mon Mar 28 20:13:28 2011 +0000
     2.2 +++ b/libsdl-gfx-dev/receipt	Mon Mar 28 21:16:38 2011 +0000
     2.3 @@ -5,7 +5,7 @@
     2.4  CATEGORY="development"
     2.5  SHORT_DESC="SDL gfx lib devel files."
     2.6  MAINTAINER="pankso@slitaz.org"
     2.7 -DEPENDS="xorg libsdl-gfx"
     2.8 +DEPENDS="libsdl-gfx"
     2.9  WANTED="libsdl-gfx"
    2.10  SOURCE="SDL_gfx"
    2.11  WEB_SITE="http://www.ferzkopp.net/joomla/content/view/19/14/"
    2.12 @@ -14,6 +14,6 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr/lib
    2.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    2.17 +	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    2.18  	cp -a $_pkg/usr/include $fs/usr
    2.19  }
     3.1 --- a/libsdl-gfx/receipt	Mon Mar 28 20:13:28 2011 +0000
     3.2 +++ b/libsdl-gfx/receipt	Mon Mar 28 21:16:38 2011 +0000
     3.3 @@ -6,8 +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"
     3.8 -BUILD_DEPENDS="xorg-dev libsdl-dev"
     3.9 +DEPENDS="libsdl"
    3.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    3.11  WEB_SITE="http://www.ferzkopp.net/joomla/content/view/19/14/"
    3.12  WGET_URL="http://www.ferzkopp.net/Software/SDL_gfx-2.0/$TARBALL"
    3.13 @@ -16,9 +15,7 @@
    3.14  compile_rules()
    3.15  {
    3.16  	cd $src
    3.17 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    3.18 -	make &&
    3.19 -	make DESTDIR=$PWD/_pkg install
    3.20 +	./configure && make && make install
    3.21  }
    3.22  
    3.23  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/libsdl-image-dev/receipt	Mon Mar 28 20:13:28 2011 +0000
     4.2 +++ b/libsdl-image-dev/receipt	Mon Mar 28 21:16:38 2011 +0000
     4.3 @@ -5,9 +5,7 @@
     4.4  CATEGORY="development"
     4.5  SHORT_DESC="Development files of an image file loading library."
     4.6  MAINTAINER="chadi.elahmad@gmail.com"
     4.7 -
     4.8  WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
     4.9 -
    4.10  DEPENDS="libsdl-image libsdl-dev libpng-dev jpeg-dev zlib-dev "
    4.11  WANTED="libsdl-image"
    4.12  SOURCE="SDL_image"
    4.13 @@ -17,7 +15,7 @@
    4.14  {
    4.15  	mkdir -p $fs/usr/lib
    4.16  
    4.17 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    4.18 +	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    4.19  	cp -a $_pkg/usr/include $fs/usr
    4.20  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    4.21  }
     5.1 --- a/libsdl-image/receipt	Mon Mar 28 20:13:28 2011 +0000
     5.2 +++ b/libsdl-image/receipt	Mon Mar 28 21:16:38 2011 +0000
     5.3 @@ -6,13 +6,10 @@
     5.4  CATEGORY="development"
     5.5  SHORT_DESC="An image file loading library."
     5.6  MAINTAINER="chadi.elahmad@gmail.com"
     5.7 -
     5.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     5.9  WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
    5.10  WGET_URL="http://www.libsdl.org/projects/SDL_image/release/$TARBALL"
    5.11 -
    5.12  DEPENDS="libsdl libpng jpeg zlib tiff"
    5.13 -BUILD_DEPENDS="$DEPENDS libsdl-dev libpng-dev jpeg-dev tiff-dev zlib-dev"
    5.14  
    5.15  # Rules to configure and make the package.
    5.16  compile_rules()
     6.1 --- a/libsdl-mixer-dev/receipt	Mon Mar 28 20:13:28 2011 +0000
     6.2 +++ b/libsdl-mixer-dev/receipt	Mon Mar 28 21:16:38 2011 +0000
     6.3 @@ -14,6 +14,6 @@
     6.4  genpkg_rules()
     6.5  {
     6.6  	mkdir -p $fs/usr/lib
     6.7 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
     6.8 +	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
     6.9  	cp -a $_pkg/usr/include $fs/usr
    6.10  }
     7.1 --- a/libsdl-mixer/receipt	Mon Mar 28 20:13:28 2011 +0000
     7.2 +++ b/libsdl-mixer/receipt	Mon Mar 28 21:16:38 2011 +0000
     7.3 @@ -6,11 +6,9 @@
     7.4  CATEGORY="development"
     7.5  SHORT_DESC="A multichannel sample and music mixer."
     7.6  MAINTAINER="chadi.elahmad@gmail.com"
     7.7 -
     7.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     7.9  WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
    7.10  WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL"
    7.11 -
    7.12  DEPENDS="libsdl libmad libvorbis libogg"
    7.13  BUILD_DEPENDS="libsdl libsdl-dev libmad-dev libvorbis-dev libogg-dev "
    7.14  
     8.1 --- a/libsdl-net-dev/receipt	Mon Mar 28 20:13:28 2011 +0000
     8.2 +++ b/libsdl-net-dev/receipt	Mon Mar 28 21:16:38 2011 +0000
     8.3 @@ -5,7 +5,7 @@
     8.4  CATEGORY="development"
     8.5  SHORT_DESC="SDL net lib devel files."
     8.6  MAINTAINER="pankso@slitaz.org"
     8.7 -DEPENDS="xorg libsdl-net"
     8.8 +DEPENDS="libsdl-net"
     8.9  WANTED="libsdl-net"
    8.10  SOURCE="SDL_net"
    8.11  WEB_SITE="http://www.libsdl.org/projects/SDL_net/"
    8.12 @@ -14,6 +14,6 @@
    8.13  genpkg_rules()
    8.14  {
    8.15  	mkdir -p $fs/usr/lib
    8.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    8.17 +	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    8.18  	cp -a $_pkg/usr/include $fs/usr
    8.19  }
     9.1 --- a/libsdl-net/receipt	Mon Mar 28 20:13:28 2011 +0000
     9.2 +++ b/libsdl-net/receipt	Mon Mar 28 21:16:38 2011 +0000
     9.3 @@ -6,8 +6,7 @@
     9.4  CATEGORY="x-window"
     9.5  SHORT_DESC="SDL net support."
     9.6  MAINTAINER="pankso@slitaz.org"
     9.7 -DEPENDS="xorg libsdl"
     9.8 -BUILD_DEPENDS="xorg-dev libsdl-dev"
     9.9 +DEPENDS="libsdl"
    9.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    9.11  WEB_SITE="http://www.libsdl.org/projects/SDL_net/"
    9.12  WGET_URL="http://www.libsdl.org/projects/SDL_net/release/$TARBALL"
    9.13 @@ -16,9 +15,7 @@
    9.14  compile_rules()
    9.15  {
    9.16  	cd $src
    9.17 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    9.18 -	make &&
    9.19 -	make DESTDIR=$PWD/_pkg install
    9.20 +	./configure && make && make install
    9.21  }
    9.22  
    9.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    10.1 --- a/libsdl-pango-dev/receipt	Mon Mar 28 20:13:28 2011 +0000
    10.2 +++ b/libsdl-pango-dev/receipt	Mon Mar 28 21:16:38 2011 +0000
    10.3 @@ -15,7 +15,7 @@
    10.4  {
    10.5  	mkdir -p $fs/usr/lib
    10.6  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    10.7 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    10.8 +	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    10.9  	cp -a $_pkg/usr/include $fs/usr
   10.10  }
   10.11  
    11.1 --- a/libsdl-ttf-dev/receipt	Mon Mar 28 20:13:28 2011 +0000
    11.2 +++ b/libsdl-ttf-dev/receipt	Mon Mar 28 21:16:38 2011 +0000
    11.3 @@ -5,7 +5,7 @@
    11.4  CATEGORY="development"
    11.5  SHORT_DESC="SDL ttf lib devel files."
    11.6  MAINTAINER="pankso@slitaz.org"
    11.7 -DEPENDS="xorg libsdl-ttf"
    11.8 +DEPENDS="libsdl-ttf"
    11.9  WANTED="libsdl-ttf"
   11.10  SOURCE="SDL_ttf"
   11.11  WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/"
   11.12 @@ -14,6 +14,6 @@
   11.13  genpkg_rules()
   11.14  {
   11.15  	mkdir -p $fs/usr/lib
   11.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   11.17 +	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
   11.18  	cp -a $_pkg/usr/include $fs/usr
   11.19  }
    12.1 --- a/libsdl-ttf/receipt	Mon Mar 28 20:13:28 2011 +0000
    12.2 +++ b/libsdl-ttf/receipt	Mon Mar 28 21:16:38 2011 +0000
    12.3 @@ -6,8 +6,8 @@
    12.4  CATEGORY="x-window"
    12.5  SHORT_DESC="SDL ttf support."
    12.6  MAINTAINER="pankso@slitaz.org"
    12.7 -DEPENDS="xorg libsdl freetype zlib"
    12.8 -BUILD_DEPENDS="xorg-dev libsdl-dev freetype-dev"
    12.9 +DEPENDS="libsdl freetype zlib"
   12.10 +BUILD_DEPENDS="libsdl-dev freetype-dev"
   12.11  TARBALL="$SOURCE-$VERSION.tar.gz"
   12.12  WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/"
   12.13  WGET_URL="http://www.libsdl.org/projects/SDL_ttf/release/$TARBALL"
    13.1 --- a/libsdl/receipt	Mon Mar 28 20:13:28 2011 +0000
    13.2 +++ b/libsdl/receipt	Mon Mar 28 21:16:38 2011 +0000
    13.3 @@ -11,14 +11,15 @@
    13.4  TARBALL="$SOURCE-$VERSION.tar.gz"
    13.5  WEB_SITE="http://www.libsdl.org/"
    13.6  WGET_URL="http://www.libsdl.org/release/$TARBALL"
    13.7 +COOK_OPT="!libtool"
    13.8  
    13.9  # Rules to configure and make the package.
   13.10  compile_rules()
   13.11  {
   13.12  	cd $src
   13.13 -	patch -Np1 -i ../stuff/$PACKAGE-$VERSION-joystick-crash.diff
   13.14 -	patch -Np1 -i ../stuff/$PACKAGE-$VERSION-fix-mouse-clicking.patch
   13.15 -	patch -Np1 -i ../stuff/$PACKAGE-$VERSION-fix-disappearing-cursor.patch
   13.16 +	patch -Np1 -i $stuff/sdl-$VERSION-joystick-crash.diff
   13.17 +	patch -Np1 -i $stuff/sdl-$VERSION-fix-mouse-clicking.patch
   13.18 +	patch -Np1 -i $stuff/sdl-$VERSION-fix-disappearing-cursor.patch
   13.19  	./configure && make && make install
   13.20  }
   13.21