wok rev 13796

mesa-dev: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 05 14:44:51 2013 +0100 (2013-01-05)
parents f1e1b044c452
children 47a7ea2215ab
files btanks/receipt bzflag/receipt cairo-dock-plugins/receipt cairo-dock/receipt celestia/receipt clutter/receipt compiz-plugins-main/receipt eduke32/receipt fceux/receipt firefox/receipt fltk-2.0.x/receipt fltk/receipt foobillard/receipt fox/receipt frogatto/receipt frozen-bubble/receipt ftgl/receipt giac/receipt glew/receipt gliv/receipt gnome-games/receipt gogglesmm/receipt gource/receipt gtkglext/receipt leocad/receipt libquicktime/receipt libsdl-perl/receipt lincity-ng/receipt mesa-demos/receipt mesa-dev/receipt mixxx/receipt mupen64plus/receipt navit/receipt octave/receipt opencpn/receipt pcsxr-svn/receipt prboom/receipt qt4/receipt quesoglc/receipt seamonkey/receipt stellarium/receipt supertux/receipt thunderbird/receipt virtualbox-ose/receipt warzone2100/receipt wine-rt/receipt wine/receipt wxWidgets/receipt wxpython/receipt xorg-server/receipt xorg-xdriinfo/receipt zsnes/receipt
line diff
     1.1 --- a/btanks/receipt	Sat Jan 05 13:26:25 2013 +0100
     1.2 +++ b/btanks/receipt	Sat Jan 05 14:44:51 2013 +0100
     1.3 @@ -10,8 +10,9 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  DEPENDS="expat mesa libsigc++ libvorbis lua openal libsdl libsdl-image libsmpeg"
     1.7 -BUILD_DEPENDS="expat-dev mesa-dev libsigc++-dev libvorbis libvorbis-dev libogg libogg-dev \
     1.8 - lua-dev openal-dev libsdl-dev libsdl-image-dev libsmpeg-dev scons chrpath pkg-config libsmpeg-dev"
     1.9 +BUILD_DEPENDS="expat-dev mesa-dev libsigc++-dev libvorbis libvorbis-dev libogg \
    1.10 +libogg-dev lua-dev openal-dev libsdl-dev libsdl-image-dev libsmpeg-dev scons \
    1.11 +chrpath pkg-config libsmpeg-dev lua"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
     2.1 --- a/bzflag/receipt	Sat Jan 05 13:26:25 2013 +0100
     2.2 +++ b/bzflag/receipt	Sat Jan 05 14:44:51 2013 +0100
     2.3 @@ -25,7 +25,7 @@
     2.4  genpkg_rules()
     2.5  {
     2.6  	mkdir -p $fs/usr/share
     2.7 -	cp -a $_pkg/usr/bin $fs/usr
     2.8 -	cp -a $_pkg/usr/share/bzflag $fs/usr/share
     2.9 +	cp -a $install/usr/bin $fs/usr
    2.10 +	cp -a $install/usr/share/bzflag $fs/usr/share
    2.11  }
    2.12  
     3.1 --- a/cairo-dock-plugins/receipt	Sat Jan 05 13:26:25 2013 +0100
     3.2 +++ b/cairo-dock-plugins/receipt	Sat Jan 05 14:44:51 2013 +0100
     3.3 @@ -26,6 +26,6 @@
     3.4  genpkg_rules()
     3.5  {
     3.6  	mkdir -p $fs/usr/lib $fs/usr/share
     3.7 -	cp -a $_pkg/usr/lib $fs/usr
     3.8 -	cp -a $_pkg/usr/share/cairo-dock $fs/usr/share
     3.9 +	cp -a $install/usr/lib $fs/usr
    3.10 +	cp -a $install/usr/share/cairo-dock $fs/usr/share
    3.11  }
     4.1 --- a/cairo-dock/receipt	Sat Jan 05 13:26:25 2013 +0100
     4.2 +++ b/cairo-dock/receipt	Sat Jan 05 14:44:51 2013 +0100
     4.3 @@ -30,7 +30,7 @@
     4.4  genpkg_rules()
     4.5  {
     4.6  	mkdir -p $fs/usr/lib $fs/usr/share/$PACKAGE
     4.7 -	cp -a $_pkg/usr/bin $fs/usr
     4.8 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     4.9 -	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
    4.10 +	cp -a $install/usr/bin $fs/usr
    4.11 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    4.12 +	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    4.13  }
     5.1 --- a/celestia/receipt	Sat Jan 05 13:26:25 2013 +0100
     5.2 +++ b/celestia/receipt	Sat Jan 05 14:44:51 2013 +0100
     5.3 @@ -25,15 +25,15 @@
     5.4  		--mandir=/usr/share/man \
     5.5  		--with-gtk \
     5.6  		$CONFIGURE_ARGS &&
     5.7 -	make && make DESTDIR=$PWD/_pkg install
     5.8 +	make && make DESTDIR=$DESTDIR install
     5.9  }
    5.10  
    5.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.12  genpkg_rules()
    5.13  {
    5.14  	mkdir -p $fs/usr/share/applications
    5.15 -	cp -a $_pkg/usr/bin $fs/usr
    5.16 -	cp -a $_pkg/usr/share/celestia $fs/usr/share
    5.17 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    5.18 +	cp -a $install/usr/bin $fs/usr
    5.19 +	cp -a $install/usr/share/celestia $fs/usr/share
    5.20 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    5.21  }
    5.22  
     6.1 --- a/clutter/receipt	Sat Jan 05 13:26:25 2013 +0100
     6.2 +++ b/clutter/receipt	Sat Jan 05 14:44:51 2013 +0100
     6.3 @@ -30,6 +30,6 @@
     6.4  genpkg_rules()
     6.5  {
     6.6  	mkdir -p $fs/usr/lib
     6.7 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     6.8 -	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
     6.9 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    6.10 +	cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
    6.11  }
     7.1 --- a/compiz-plugins-main/receipt	Sat Jan 05 13:26:25 2013 +0100
     7.2 +++ b/compiz-plugins-main/receipt	Sat Jan 05 14:44:51 2013 +0100
     7.3 @@ -18,7 +18,7 @@
     7.4  compile_rules()
     7.5  {
     7.6  	cd $src
     7.7 -	mkdir build && cd build
     7.8 +	mkdir build && cd build &&
     7.9  	cmake \
    7.10  		-DCMAKE_INSTALL_PREFIX="/usr" \
    7.11  		-DCOMPIZ_DESTDIR="../../install" \
     8.1 --- a/eduke32/receipt	Sat Jan 05 13:26:25 2013 +0100
     8.2 +++ b/eduke32/receipt	Sat Jan 05 14:44:51 2013 +0100
     8.3 @@ -5,13 +5,14 @@
     8.4  CATEGORY="games"
     8.5  SHORT_DESC="A port of the classic first-person shooter, Duke Nukem 3D"
     8.6  MAINTAINER="mallory@sweetpeople.org"
     8.7 -DEPENDS="libsdl libsdl-mixer libvorbis gtk+ eduke32-data"
     8.8 -BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libvorbis-dev gtk+-dev nasm mesa-dev"
     8.9  TARBALL="${PACKAGE}_src_${VERSION}.tar.bz2"
    8.10  WEB_SITE="http://www.eduke32.com/"
    8.11  WGET_URL="http://dukeworld.duke4.net/$PACKAGE/synthesis/$VERSION/$TARBALL"
    8.12  TAGS="shooting"
    8.13  
    8.14 +DEPENDS="libsdl libsdl-mixer libvorbis gtk+ eduke32-data"
    8.15 +BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libvorbis-dev gtk+-dev nasm mesa-dev"
    8.16 +
    8.17  # Rules to configure and make the package.
    8.18  compile_rules()
    8.19  {
    8.20 @@ -28,7 +29,7 @@
    8.21  	mkdir -p $fs/usr/bin 
    8.22  
    8.23  	echo "Copying package files"
    8.24 -	cp -a $_pkg/eduke32 $_pkg/mapster32 $fs/usr/bin
    8.25 +	cp -a $install/eduke32 $install/mapster32 $fs/usr/bin
    8.26  }
    8.27  
    8.28  
     9.1 --- a/fceux/receipt	Sat Jan 05 13:26:25 2013 +0100
     9.2 +++ b/fceux/receipt	Sat Jan 05 14:44:51 2013 +0100
     9.3 @@ -5,13 +5,14 @@
     9.4  CATEGORY="games"
     9.5  SHORT_DESC="A fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support"
     9.6  MAINTAINER="slaxemulator@gmail.com"
     9.7 -DEPENDS="libsdl lua gtk+"
     9.8 -BUILD_DEPENDS="scons mesa-dev libsdl-dev lua-dev gtk+-dev zlib-dev"
     9.9  TARBALL="$PACKAGE-$VERSION.src.tar.bz2"
    9.10  WEB_SITE="http://fceux.com/web/home.html"
    9.11  WGET_URL="$SF_MIRROR/fceultra/$TARBALL"
    9.12  TAGS="emulator nes"
    9.13  
    9.14 +DEPENDS="libsdl lua gtk+"
    9.15 +BUILD_DEPENDS="scons mesa-dev libsdl-dev lua-dev gtk+-dev zlib-dev"
    9.16 +
    9.17  # Rules to configure and make the package.
    9.18  compile_rules()
    9.19  {
    9.20 @@ -29,6 +30,6 @@
    9.21  genpkg_rules()
    9.22  {
    9.23  	mkdir -p $fs/usr
    9.24 -	cp -a $_pkg/usr/bin $fs/usr
    9.25 +	cp -a $install/usr/bin $fs/usr
    9.26  }
    9.27  
    10.1 --- a/firefox/receipt	Sat Jan 05 13:26:25 2013 +0100
    10.2 +++ b/firefox/receipt	Sat Jan 05 14:44:51 2013 +0100
    10.3 @@ -48,8 +48,8 @@
    10.4  {
    10.5  	mkdir -p $fs/usr/lib/$PACKAGE \
    10.6  		$fs/usr/share $fs/etc/$PACKAGE/profile/chrome
    10.7 -	cp -a $_pkg/usr/bin $fs/usr
    10.8 -	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
    10.9 +	cp -a $install/usr/bin $fs/usr
   10.10 +	cp -a $install/usr/lib/$PACKAGE $fs/usr/lib
   10.11  
   10.12  	# Home page, bookmarks file and branding.
   10.13  	cp -a $stuff/browserconfig.properties $fs/etc/$PACKAGE
   10.14 @@ -87,7 +87,7 @@
   10.15  	# split firefox libs
   10.16  	rm -rf $fs/usr/lib/$PACKAGE/*.so
   10.17  	#retain big firefox libs
   10.18 -	cp -a $_pkg/usr/lib/$PACKAGE/libxul.so \
   10.19 +	cp -a $install/usr/lib/$PACKAGE/libxul.so \
   10.20  		$fs/usr/lib/$PACKAGE
   10.21  	#workaround for now
   10.22  	#https://bugzilla.mozilla.org/show_bug.cgi?id=658850
    11.1 --- a/fltk-2.0.x/receipt	Sat Jan 05 13:26:25 2013 +0100
    11.2 +++ b/fltk-2.0.x/receipt	Sat Jan 05 14:44:51 2013 +0100
    11.3 @@ -5,15 +5,17 @@
    11.4  CATEGORY="system-tools"
    11.5  SHORT_DESC="Fast Light Tool Kit (provide fluid)."
    11.6  MAINTAINER="pankso@slitaz.org"
    11.7 -DEPENDS="expat fontconfig freetype jpeg xorg-libX11 xorg-libXau xorg-libXdmcp \
    11.8 -xorg-libXext xorg-libXft xorg-libXrender zlib libpng xorg-libXi \
    11.9 -xorg-libXinerama gcc-lib-base"
   11.10 -BUILD_DEPENDS="xorg-libXft-dev libglu-mesa mesa mesa-dev subversion autoconf"
   11.11  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   11.12  WEB_SITE="http://www.fltk.org/"
   11.13  WGET_URL="subversion|http://svn.easysw.com/public/fltk/fltk/trunk"
   11.14  BRANCH="${VERSION#r}"
   11.15  
   11.16 +DEPENDS="expat fontconfig freetype jpeg xorg-libX11 xorg-libXau xorg-libXdmcp \
   11.17 +xorg-libXext xorg-libXft xorg-libXrender zlib libpng xorg-libXi \
   11.18 +xorg-libXinerama gcc-lib-base"
   11.19 +BUILD_DEPENDS="xorg-libXft-dev libglu-mesa libglu-mesa-dev mesa mesa-dev \
   11.20 +subversion autoconf"
   11.21 +
   11.22  # Rules to configure and make the package.
   11.23  compile_rules()
   11.24  {
   11.25 @@ -34,14 +36,14 @@
   11.26  		$CONFIGURE_ARGS &&
   11.27  	make &&
   11.28  	cp -f fltk2-config /usr/bin &&
   11.29 -	make DESTDIR=$PWD/_pkg install
   11.30 +	make DESTDIR=$DESTDIR install
   11.31  }
   11.32  
   11.33  # Rules to gen a SliTaz package suitable for Tazpkg.
   11.34  genpkg_rules()
   11.35  {
   11.36  	mkdir -p $fs/usr/lib
   11.37 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   11.38 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   11.39  	# Remove gl support --> fltk-2.0.x-gl
   11.40  	rm $fs/usr/lib/libfltk2*gl*
   11.41  }
    12.1 --- a/fltk/receipt	Sat Jan 05 13:26:25 2013 +0100
    12.2 +++ b/fltk/receipt	Sat Jan 05 14:44:51 2013 +0100
    12.3 @@ -5,13 +5,14 @@
    12.4  CATEGORY="system-tools"
    12.5  SHORT_DESC="Fast Light Tool Kit (provide fluid)."
    12.6  MAINTAINER="pankso@slitaz.org"
    12.7 -DEPENDS="expat fontconfig freetype libpng jpeg xorg-libX11 xorg-libXau xorg-libXdmcp \
    12.8 -xorg-libXext xorg-libXft xorg-libXrender zlib libpng gcc-lib-base mesa libglu-mesa"
    12.9 -BUILD_DEPENDS="jpeg-dev libpng-dev libglu-mesa mesa mesa-dev"
   12.10  TARBALL="$PACKAGE-$VERSION-source.tar.gz"
   12.11  WEB_SITE="http://www.fltk.org/"
   12.12  WGET_URL="http://ftp.easysw.com/pub/fltk/$VERSION/$TARBALL"
   12.13  
   12.14 +DEPENDS="expat fontconfig freetype libpng jpeg xorg-libX11 xorg-libXau xorg-libXdmcp \
   12.15 +xorg-libXext xorg-libXft xorg-libXrender zlib libpng gcc-lib-base mesa libglu-mesa"
   12.16 +BUILD_DEPENDS="jpeg-dev libpng-dev libglu-mesa libglu-mesa-dev mesa mesa-dev"
   12.17 +
   12.18  # Rules to configure and make the package.
   12.19  compile_rules()
   12.20  {
   12.21 @@ -24,14 +25,14 @@
   12.22  		--enable-threads \
   12.23  		$CONFIGURE_ARGS &&
   12.24  	make $MAKEFLAGS &&
   12.25 -	make DESTDIR=$PWD/_pkg install
   12.26 +	make DESTDIR=$DESTDIR install
   12.27  }
   12.28  
   12.29  # Rules to gen a SliTaz package suitable for Tazpkg.
   12.30  genpkg_rules()
   12.31  {
   12.32  	mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share/pixmaps
   12.33 -	cp -a $_pkg/usr/bin/fluid $fs/usr/bin
   12.34 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   12.35 +	cp -a $install/usr/bin/fluid $fs/usr/bin
   12.36 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   12.37  	cp $src/fluid/icons/fluid-32.png $fs/usr/share/pixmaps/fluid.png
   12.38  }
    13.1 --- a/foobillard/receipt	Sat Jan 05 13:26:25 2013 +0100
    13.2 +++ b/foobillard/receipt	Sat Jan 05 14:44:51 2013 +0100
    13.3 @@ -5,12 +5,13 @@
    13.4  CATEGORY="games"
    13.5  SHORT_DESC="An OpenGL billiard game for Linux."
    13.6  MAINTAINER="slaxemulator@gmail.com"
    13.7 -DEPENDS="libsdl freetype libpng mesa libglu-mesa"
    13.8 -BUILD_DEPENDS="libsdl-dev freetype-dev libpng-dev libglu-mesa mesa-dev zlib-dev"
    13.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   13.10  WEB_SITE="http://foobillard.sourceforge.net/"
   13.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   13.12  
   13.13 +DEPENDS="libsdl freetype libpng mesa libglu-mesa"
   13.14 +BUILD_DEPENDS="libsdl-dev freetype-dev libpng-dev libglu-mesa mesa-dev zlib-dev"
   13.15 +
   13.16  # Rules to configure and make the package.
   13.17  compile_rules()
   13.18  {
   13.19 @@ -27,14 +28,14 @@
   13.20  		--infodir=/usr/share/info \
   13.21  		--mandir=/usr/share/man \
   13.22  		$CONFIGURE_ARGS &&
   13.23 -	make && make DESTDIR=$PWD/_pkg install
   13.24 +	make && make DESTDIR=$DESTDIR install
   13.25  }
   13.26  
   13.27  # Rules to gen a SliTaz package suitable for Tazpkg.
   13.28  genpkg_rules()
   13.29  {
   13.30  	mkdir -p $fs/usr/share
   13.31 -	cp -a $_pkg/usr/bin $fs/usr
   13.32 -	cp -a $_pkg/usr/share/foobillard $fs/usr/share
   13.33 +	cp -a $install/usr/bin $fs/usr
   13.34 +	cp -a $install/usr/share/foobillard $fs/usr/share
   13.35  }
   13.36  
    14.1 --- a/fox/receipt	Sat Jan 05 13:26:25 2013 +0100
    14.2 +++ b/fox/receipt	Sat Jan 05 14:44:51 2013 +0100
    14.3 @@ -6,13 +6,15 @@
    14.4  SHORT_DESC="Fox toolkit."
    14.5  MAINTAINER="pankso@slitaz.org"
    14.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    14.7 -DEPENDS="libpng jpeg tiff xorg-libXft bzlib mesa libglu-mesa xorg-libXcursor \
    14.8 -xorg-libXrandr xorg-libXxf86vm xorg-libXdamage libdrm jbigkit"
    14.9 -BUILD_DEPENDS="$DEPENDS libpng-dev jpeg-dev tiff-dev xorg-libXft-dev mesa-dev freetype-dev fontconfig-dev expat-dev"
   14.10  SUGGESTED="adie calculator pathfinder shutterbug"
   14.11  WEB_SITE="http://www.fox-toolkit.org/"
   14.12  WGET_URL="http://ftp.fox-toolkit.org/pub/$TARBALL"
   14.13  
   14.14 +DEPENDS="libpng jpeg tiff xorg-libXft bzlib mesa libglu-mesa xorg-libXcursor \
   14.15 +xorg-libXrandr xorg-libXxf86vm xorg-libXdamage libdrm jbigkit"
   14.16 +BUILD_DEPENDS="$DEPENDS libpng-dev jpeg-dev tiff-dev xorg-libXft-dev mesa-dev \
   14.17 +libglu-mesa-dev freetype-dev fontconfig-dev expat-dev"
   14.18 +
   14.19  # Rules to configure and make the package.
   14.20  compile_rules()
   14.21  {
   14.22 @@ -23,12 +25,12 @@
   14.23  		--with-xft \
   14.24  		$CONFIGURE_ARGS &&
   14.25  	make $MAKEFLAGS &&
   14.26 -	make DESTDIR=$PWD/_pkg install
   14.27 +	make DESTDIR=$DESTIDIR install
   14.28  }
   14.29  
   14.30  # Rules to gen a SliTaz package suitable for Tazpkg.
   14.31  genpkg_rules()
   14.32  {
   14.33  	mkdir -p $fs/usr/lib
   14.34 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   14.35 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   14.36  }
    15.1 --- a/frogatto/receipt	Sat Jan 05 13:26:25 2013 +0100
    15.2 +++ b/frogatto/receipt	Sat Jan 05 14:44:51 2013 +0100
    15.3 @@ -3,7 +3,7 @@
    15.4  PACKAGE="frogatto"
    15.5  VERSION="1.1.1"
    15.6  CATEGORY="games"
    15.7 -SHORT_DESC="An old-school 2d platformer game, starring a certain quixotic frog"
    15.8 +SHORT_DESC="An old-school 2d platformer game, starring a certain quixotic frog."
    15.9  MAINTAINER="gokhlayeh@slitaz.org"
   15.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   15.11  WEB_SITE="http://www.frogatto.com"
    16.1 --- a/frozen-bubble/receipt	Sat Jan 05 13:26:25 2013 +0100
    16.2 +++ b/frozen-bubble/receipt	Sat Jan 05 14:44:51 2013 +0100
    16.3 @@ -5,12 +5,13 @@
    16.4  CATEGORY="games"
    16.5  SHORT_DESC="A bubbles game"
    16.6  MAINTAINER="slaxemulator@gmail.com"
    16.7 -DEPENDS="perl-locale-gettext libsdl-mixer libsdl-pango libsdl-perl"
    16.8 -BUILD_DEPENDS="perl-locale-gettext gettext glib-dev libsdl-dev libsdl-gfx-dev libsdl-image-dev libsdl-net-dev freetype-dev libsdl-ttf-dev libsdl-mixer-dev libsdl-pango-dev libsmpeg-dev pkg-config libsdl-perl mesa-dev glibc-locale"
    16.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   16.10  WEB_SITE="http://www.frozen-bubble.org"
   16.11  WGET_URL="$WEB_SITE/data/$TARBALL"
   16.12  
   16.13 +DEPENDS="perl-locale-gettext libsdl-mixer libsdl-pango libsdl-perl"
   16.14 +BUILD_DEPENDS="perl-locale-gettext gettext glib-dev libsdl-dev libsdl-gfx-dev libsdl-image-dev libsdl-net-dev freetype-dev libsdl-ttf-dev libsdl-mixer-dev libsdl-pango-dev libsmpeg-dev pkg-config libsdl-perl mesa-dev glibc-locale"
   16.15 +
   16.16  # Rules to configure and make the package.
   16.17  compile_rules()
   16.18  {
   16.19 @@ -18,15 +19,15 @@
   16.20  	make OPTIMIZE="${CFLAGS}" \
   16.21  		CFLAGS="$(pkg-config glib-2.0 --cflags)" INSTALLDIRS=vendor \
   16.22  		PREFIX=/usr
   16.23 -	make DESTDIR=$PWD/_pkg PREFIX=/usr install
   16.24 +	make DESTDIR=$DESTDIR PREFIX=/usr install
   16.25  }
   16.26  
   16.27  # Rules to gen a SliTaz package suitable for Tazpkg.
   16.28  genpkg_rules()
   16.29  {
   16.30  	mkdir -p $fs/usr/share/pixmaps
   16.31 -	cp -a $_pkg/usr/bin $fs/usr
   16.32 -	cp -a $_pkg/usr/lib $fs/usr
   16.33 -	cp -a $_pkg/usr/share/frozen-bubble $fs/usr/share
   16.34 +	cp -a $install/usr/bin $fs/usr
   16.35 +	cp -a $install/usr/lib $fs/usr
   16.36 +	cp -a $install/usr/share/frozen-bubble $fs/usr/share
   16.37  }
   16.38  
    17.1 --- a/ftgl/receipt	Sat Jan 05 13:26:25 2013 +0100
    17.2 +++ b/ftgl/receipt	Sat Jan 05 14:44:51 2013 +0100
    17.3 @@ -5,12 +5,13 @@
    17.4  CATEGORY="x-window"
    17.5  SHORT_DESC="OpenGL library to use arbitrary fonts"
    17.6  MAINTAINER="slaxemulator@gmail.com"
    17.7 -DEPENDS="freetype freeglut mesa libglu-mesa"
    17.8 -BUILD_DEPENDS="$DEPENDS freetype-dev freeglut-dev mesa-dev"
    17.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   17.10  WEB_SITE="http://ftgl.wiki.sourceforge.net/"
   17.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   17.12  
   17.13 +DEPENDS="freetype freeglut mesa libglu-mesa"
   17.14 +BUILD_DEPENDS="$DEPENDS freetype-dev freeglut-dev mesa-dev libglu-mesa-dev"
   17.15 +
   17.16  # Rules to configure and make the package.
   17.17  compile_rules()
   17.18  {
   17.19 @@ -27,6 +28,6 @@
   17.20  genpkg_rules()
   17.21  {
   17.22  	mkdir -p $fs/usr/lib
   17.23 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   17.24 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   17.25  }
   17.26  
    18.1 --- a/giac/receipt	Sat Jan 05 13:26:25 2013 +0100
    18.2 +++ b/giac/receipt	Sat Jan 05 14:44:51 2013 +0100
    18.3 @@ -26,5 +26,5 @@
    18.4  genpkg_rules()
    18.5  {
    18.6  	:
    18.7 -	# cp -a $install/* $fs
    18.8 +	#cp -a $install/* $fs
    18.9  }
    19.1 --- a/glew/receipt	Sat Jan 05 13:26:25 2013 +0100
    19.2 +++ b/glew/receipt	Sat Jan 05 14:44:51 2013 +0100
    19.3 @@ -8,6 +8,7 @@
    19.4  TARBALL="$PACKAGE-$VERSION.tgz"
    19.5  WEB_SITE="http://glew.sourceforge.net/"
    19.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    19.7 +
    19.8  DEPENDS="glibc-base libdrm xorg-libX11 xorg-libXau xorg-libXdamage \
    19.9  xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXxf86vm mesa libglu-mesa \
   19.10  xorg-libXmu xorg-libXi xorg-libXt xorg-libSM xorg-libICE util-linux-uuid"
   19.11 @@ -23,13 +24,13 @@
   19.12  compile_rules()
   19.13  {
   19.14  	cd $src
   19.15 -	make && make GLEW_DEST=$PWD/_pkg/usr install
   19.16 +	make && make GLEW_DEST=$DESTDIR/usr install
   19.17  }
   19.18  
   19.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   19.20  genpkg_rules()
   19.21  {
   19.22  	mkdir -p $fs/usr/lib
   19.23 -	cp -a $_pkg/usr/bin $fs/usr
   19.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   19.25 +	cp -a $install/usr/bin $fs/usr
   19.26 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   19.27  }
    20.1 --- a/gliv/receipt	Sat Jan 05 13:26:25 2013 +0100
    20.2 +++ b/gliv/receipt	Sat Jan 05 14:44:51 2013 +0100
    20.3 @@ -8,6 +8,7 @@
    20.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    20.5  WEB_SITE="http://guichaz.free.fr/gliv/"
    20.6  WGET_URL="$WEB_SITE/files/$TARBALL"
    20.7 +
    20.8  BUILD_DEPENDS="gtk+-dev gtkglext gtkglext-dev bison mesa-dev"
    20.9  DEPENDS="gtk+ gtkglext gettext"
   20.10  
   20.11 @@ -18,13 +19,13 @@
   20.12  	./configure --prefix=/usr --infodir=/usr/share/info \
   20.13  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   20.14  	make &&
   20.15 -	make DESTDIR=$PWD/_pkg install
   20.16 +	make DESTDIR=$DESTDIR install
   20.17  }
   20.18  
   20.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   20.20  genpkg_rules()
   20.21  {
   20.22  	mkdir -p $fs/usr
   20.23 -	cp -a $_pkg/usr/bin $fs/usr
   20.24 -	cp -a $_pkg/usr/share $fs/usr
   20.25 +	cp -a $install/usr/bin $fs/usr
   20.26 +	cp -a $install/usr/share $fs/usr
   20.27  }
    21.1 --- a/gnome-games/receipt	Sat Jan 05 13:26:25 2013 +0100
    21.2 +++ b/gnome-games/receipt	Sat Jan 05 14:44:51 2013 +0100
    21.3 @@ -21,8 +21,8 @@
    21.4  {
    21.5  	cd $src
    21.6  	./configure \
    21.7 +		--sysconfdir=/etc \
    21.8  		--bindir=/usr/games \
    21.9 -		--sysconfdir=/etc \
   21.10  		--localstatedir=/var \
   21.11  		--enable-omitgames=aisleriot \
   21.12  		--disable-scrollkeeper \
    22.1 --- a/gogglesmm/receipt	Sat Jan 05 13:26:25 2013 +0100
    22.2 +++ b/gogglesmm/receipt	Sat Jan 05 14:44:51 2013 +0100
    22.3 @@ -8,6 +8,7 @@
    22.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
    22.5  WEB_SITE="http://code.google.com/p/gogglesmm/"
    22.6  WGET_URL="http://gogglesmm.googlecode.com/files/$TARBALL"
    22.7 +
    22.8  DEPENDS="fox xine-lib dbus curl sqlite taglib libpng jpeg expat tiff \
    22.9  mesa libglu-mesa"
   22.10  BUILD_DEPENDS="fox-dev sqlite taglib dbus-dev xine-lib-dev \
   22.11 @@ -27,14 +28,14 @@
   22.12  		--infodir=/usr/share/info \
   22.13  		$CONFIGURE_ARGS &&
   22.14  	make &&
   22.15 -	make DESTDIR=$PWD/_pkg install
   22.16 +	make DESTDIR=$DESTDIR install
   22.17  }
   22.18  
   22.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   22.20  genpkg_rules()
   22.21  {
   22.22  	mkdir -p $fs/usr $fs/usr/share/pixmaps
   22.23 -	cp -a $_pkg/usr/bin $fs/usr
   22.24 -	cp -a $_pkg/usr/share/applications $fs/usr/share
   22.25 +	cp -a $install/usr/bin $fs/usr
   22.26 +	cp -a $install/usr/share/applications $fs/usr/share
   22.27  	cp -a $src/extra/*.png $fs/usr/share/pixmaps
   22.28  }
    23.1 --- a/gource/receipt	Sat Jan 05 13:26:25 2013 +0100
    23.2 +++ b/gource/receipt	Sat Jan 05 14:44:51 2013 +0100
    23.3 @@ -26,7 +26,7 @@
    23.4  genpkg_rules()
    23.5  {
    23.6  	mkdir -p $fs/usr/share
    23.7 -	cp -a $_pkg/usr/bin $fs/usr
    23.8 -	cp -a $_pkg/usr/share/gource $fs/usr/share
    23.9 +	cp -a $install/usr/bin $fs/usr
   23.10 +	cp -a $install/usr/share/gource $fs/usr/share
   23.11  }
   23.12  
    24.1 --- a/gtkglext/receipt	Sat Jan 05 13:26:25 2013 +0100
    24.2 +++ b/gtkglext/receipt	Sat Jan 05 14:44:51 2013 +0100
    24.3 @@ -5,12 +5,14 @@
    24.4  CATEGORY="x-window"
    24.5  SHORT_DESC="GtkGLExt is an OpenGL extension to GTK+."
    24.6  MAINTAINER="pankso@slitaz.org"
    24.7 -DEPENDS="gtk+ mesa libglu-mesa"
    24.8 -SUGGESTED="nvidia"
    24.9 -BUILD_DEPENDS="gtk+-dev libglu-mesa mesa-dev util-linux-uuid-dev autoconf"
   24.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   24.11  WEB_SITE="http://gtkglext.sourceforge.net/"
   24.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   24.13 +SUGGESTED="nvidia"
   24.14 +
   24.15 +DEPENDS="gtk+ mesa libglu-mesa"
   24.16 +BUILD_DEPENDS="gtk+-dev libglu-mesa libglu-mesa-dev mesa-dev \
   24.17 +util-linux-uuid-dev autoconf"
   24.18  
   24.19  # Rules to configure and make the package.
   24.20  compile_rules()
   24.21 @@ -22,12 +24,12 @@
   24.22      	--prefix=/usr \
   24.23      	$CONFIGURE_ARGS &&
   24.24  	make &&
   24.25 -	make DESTDIR=$PWD/_pkg install
   24.26 +	make DESTDIR=$DESTDIR install
   24.27  }
   24.28  
   24.29  # Rules to gen a SliTaz package suitable for Tazpkg.
   24.30  genpkg_rules()
   24.31  {
   24.32  	mkdir -p $fs/usr/lib
   24.33 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   24.34 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   24.35  }
    25.1 --- a/leocad/receipt	Sat Jan 05 13:26:25 2013 +0100
    25.2 +++ b/leocad/receipt	Sat Jan 05 14:44:51 2013 +0100
    25.3 @@ -37,6 +37,7 @@
    25.4  LEOCAD_LIB=/usr/share/leocad \\
    25.5  /usr/lib/leocad/leocad
    25.6  EOF
    25.7 +
    25.8  	chmod +x $fs/usr/bin/leocad
    25.9  	cp -a $install/* $fs
   25.10  }
    26.1 --- a/libquicktime/receipt	Sat Jan 05 13:26:25 2013 +0100
    26.2 +++ b/libquicktime/receipt	Sat Jan 05 14:44:51 2013 +0100
    26.3 @@ -15,15 +15,15 @@
    26.4  # Rules to configure and make the package.
    26.5  compile_rules()
    26.6  {
    26.7 -  cd $src
    26.8 -  ./configure --prefix=/usr  \
    26.9 -	--enable-gpl \
   26.10 -	--with-ffmpeg \
   26.11 -	--with-x264 \
   26.12 -	--without-doxygen \
   26.13 -	$CONFIGURE_ARGS &&
   26.14 -  make &&
   26.15 -  make DESTDIR=$DESTDIR install
   26.16 +	cd $src
   26.17 +	./configure --prefix=/usr  \
   26.18 +		--enable-gpl \
   26.19 +		--with-ffmpeg \
   26.20 +		--with-x264 \
   26.21 +		--without-doxygen \
   26.22 +		$CONFIGURE_ARGS &&
   26.23 +	make &&
   26.24 +	make DESTDIR=$DESTDIR install
   26.25  }
   26.26  	
   26.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    27.1 --- a/libsdl-perl/receipt	Sat Jan 05 13:26:25 2013 +0100
    27.2 +++ b/libsdl-perl/receipt	Sat Jan 05 14:44:51 2013 +0100
    27.3 @@ -5,18 +5,22 @@
    27.4  CATEGORY="x-window"
    27.5  SHORT_DESC="SDL perl support."
    27.6  MAINTAINER="slaxemulator@gmail.com"
    27.7 -DEPENDS="xorg libglu-mesa mesa libsdl libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsmpeg libsdl-ttf"
    27.8 -BUILD_DEPENDS="perl-yaml xorg-dev libglu-mesa mesa-dev libsdl-dev libsdl-gfx-dev libsdl-image-dev libsdl-mixer-dev libsdl-net-dev libsdl-ttf-dev"
    27.9  SOURCE="SDL_Perl"
   27.10  TARBALL="$SOURCE-v${VERSION}.tar.gz"
   27.11  WEB_SITE="http://sdl.perl.org"
   27.12  WGET_URL="http://search.cpan.org/CPAN/authors/id/K/KT/KTHAKORE/$TARBALL"
   27.13  
   27.14 +DEPENDS="xorg libglu-mesa mesa libsdl libsdl-gfx libsdl-image libsdl-mixer \
   27.15 +libsdl-net libsmpeg libsdl-ttf"
   27.16 +BUILD_DEPENDS="perl-yaml xorg-dev libglu-mesa libglu-mesa-dev mesa-dev \
   27.17 +libsdl-dev libsdl-gfx-dev libsdl-image-dev libsdl-mixer-dev libsdl-net-dev \
   27.18 +libsdl-ttf-dev"
   27.19 +
   27.20  # Rules to configure and make the package.
   27.21  compile_rules()
   27.22  {
   27.23  	cd $src
   27.24 -	perl Build.PL destdir="$PWD/_pkg" &&
   27.25 +	perl Build.PL destdir="$DESTDIR" &&
   27.26  	perl Build &&
   27.27  	perl Build install
   27.28  }
   27.29 @@ -25,6 +29,6 @@
   27.30  genpkg_rules()
   27.31  {
   27.32  	mkdir -p $fs/usr
   27.33 -	cp -a $_pkg/usr/lib $fs/usr
   27.34 +	cp -a $install/usr/lib $fs/usr
   27.35  }
   27.36  
    28.1 --- a/lincity-ng/receipt	Sat Jan 05 13:26:25 2013 +0100
    28.2 +++ b/lincity-ng/receipt	Sat Jan 05 14:44:51 2013 +0100
    28.3 @@ -5,18 +5,19 @@
    28.4  CATEGORY="games"
    28.5  SHORT_DESC="A City Simulation Game. It is a polished and improved version of the classic LinCity game."
    28.6  MAINTAINER="slaxemulator@gmail.com"
    28.7 -DEPENDS="mesa libxml2 physfs libsdl-gfx libsdl-image libsdl-mixer libsdl-ttf libxcb"
    28.8 -BUILD_DEPENDS="mesa-dev libxml2-dev libsdl-gfx-dev libsdl-image-dev \
    28.9 -libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev ftjam pkg-config physfs-dev"
   28.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   28.11  WEB_SITE="http://lincity-ng.berlios.de/wiki/index.php/Main_Page"
   28.12  WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL"
   28.13  
   28.14 +DEPENDS="mesa libxml2 physfs libsdl-gfx libsdl-image libsdl-mixer libsdl-ttf \
   28.15 +libxcb"
   28.16 +BUILD_DEPENDS="mesa-dev libxml2-dev libsdl-gfx-dev libsdl-image-dev \
   28.17 +libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev ftjam pkg-config physfs-dev"
   28.18 +
   28.19  # Rules to configure and make the package.
   28.20  compile_rules()
   28.21  {
   28.22  	cd $src
   28.23 -	m
   28.24  	./configure \
   28.25  		--prefix=/usr \
   28.26  		--infodir=/usr/share/info \
   28.27 @@ -29,9 +30,9 @@
   28.28  genpkg_rules()
   28.29  {
   28.30  	mkdir -p $fs/usr/share
   28.31 -	cp -a $_pkg/usr/bin $fs/usr
   28.32 -	cp -a $_pkg/usr/share/applications $fs/usr/share
   28.33 -	cp -a $_pkg/usr/share/lincity-ng $fs/usr/share
   28.34 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
   28.35 +	cp -a $install/usr/bin $fs/usr
   28.36 +	cp -a $install/usr/share/applications $fs/usr/share
   28.37 +	cp -a $install/usr/share/lincity-ng $fs/usr/share
   28.38 +	cp -a $install/usr/share/pixmaps $fs/usr/share
   28.39  }
   28.40  
    29.1 --- a/mesa-demos/receipt	Sat Jan 05 13:26:25 2013 +0100
    29.2 +++ b/mesa-demos/receipt	Sat Jan 05 14:44:51 2013 +0100
    29.3 @@ -5,12 +5,13 @@
    29.4  CATEGORY="development"
    29.5  SHORT_DESC="Mesa GLX demos progs."
    29.6  MAINTAINER="pascal.bellard@slitaz.org"
    29.7 -DEPENDS="glew"
    29.8 -BUILD_DEPENDS="glew-dev mesa-dev talloc-dev libegl-mesa pkg-config"
    29.9  WEB_SITE="http://www.mesa3d.org/"
   29.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   29.11  WGET_URL="ftp://ftp.freedesktop.org/pub/mesa/demos/$VERSION/$TARBALL"
   29.12  
   29.13 +DEPENDS="glew"
   29.14 +BUILD_DEPENDS="glew-dev mesa-dev talloc-dev libegl-mesa pkg-config"
   29.15 +
   29.16  # Rules to configure and make the package.
   29.17  compile_rules()
   29.18  { 
   29.19 @@ -21,13 +22,13 @@
   29.20      	--prefix=/usr \
   29.21  	    	$CONFIGURE_ARGS &&
   29.22  	make  &&
   29.23 -	make DESTDIR=$PWD/_pkg install
   29.24 +	make DESTDIR=$DESTDIR install
   29.25  }
   29.26  
   29.27  # Rules to gen a SliTaz package suitable for Tazpkg.
   29.28  genpkg_rules()
   29.29  {
   29.30  	mkdir -p $fs/usr/bin
   29.31 -	cp $_pkg/usr/bin/glxinfo $fs/usr/bin
   29.32 -	cp $_pkg/usr/bin/glxgears $fs/usr/bin
   29.33 +	cp $install/usr/bin/glxinfo $fs/usr/bin
   29.34 +	cp $install/usr/bin/glxgears $fs/usr/bin
   29.35  }
    30.1 --- a/mesa-dev/receipt	Sat Jan 05 13:26:25 2013 +0100
    30.2 +++ b/mesa-dev/receipt	Sat Jan 05 14:44:51 2013 +0100
    30.3 @@ -10,6 +10,7 @@
    30.4  DEPENDS="mesa mesa-dri mesa-dri-ati mesa-dri-intel mesa-dri-mach64 \
    30.5  mesa-dri-mga mesa-dri-nouveau mesa-dri-r128 mesa-dri-savage mesa-dri-sis \
    30.6  mesa-dri-tdfx mesa-dri-unichrome libdrm-dev xorg-libXdamage-dev \
    30.7 +libglu-mesa-dev libglw-mesa-dev \
    30.8  xorg-libXxf86vm-dev xorg-libXt-dev xorg-glproto xorg-dri2proto"
    30.9  
   30.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    31.1 --- a/mixxx/receipt	Sat Jan 05 13:26:25 2013 +0100
    31.2 +++ b/mixxx/receipt	Sat Jan 05 14:44:51 2013 +0100
    31.3 @@ -30,4 +30,3 @@
    31.4  {
    31.5  	cp -a $install/usr $fs
    31.6  }
    31.7 -
    32.1 --- a/mupen64plus/receipt	Sat Jan 05 13:26:25 2013 +0100
    32.2 +++ b/mupen64plus/receipt	Sat Jan 05 14:44:51 2013 +0100
    32.3 @@ -5,14 +5,16 @@
    32.4  CATEGORY="games"
    32.5  SHORT_DESC="Nintendo64 Emulator"
    32.6  MAINTAINER="slaxemulator@gmail.com"
    32.7 -DEPENDS="gtk+ mesa libglu-mesa libsamplerate libsdl-ttf"
    32.8 -BUILD_DEPENDS="gtk+-dev mesa-dev libglu-mesa libsamplerate-dev libsdl-dev libsdl-ttf-dev yasm pkg-config zlib-dev"
    32.9  SOURCE="Mupen64Plus"
   32.10  TARBALL="$SOURCE-${VERSION//./-}-src.tar.gz"
   32.11  WEB_SITE="http://code.google.com/p/mupen64plus/"
   32.12  WGET_URL="http://mupen64plus.googlecode.com/files/$TARBALL"
   32.13  TAGS="emulator nintendo64"
   32.14  
   32.15 +DEPENDS="gtk+ mesa libglu-mesa libsamplerate libsdl-ttf"
   32.16 +BUILD_DEPENDS="gtk+-dev mesa-dev libglu-mesa libglu-mesa-dev libsamplerate-dev \
   32.17 +libsdl-dev libsdl-ttf-dev yasm pkg-config zlib-dev"
   32.18 +
   32.19  # Rules to configure and make the package.
   32.20  compile_rules()
   32.21  {
   32.22 @@ -25,16 +27,16 @@
   32.23  	patch -Np1 -i $stuff/ftbfs-gvariant-type-conflicts.patch
   32.24  
   32.25  	make PREFIX=/usr all
   32.26 -	mkdir -p $PWD/_pkg/usr/bin
   32.27 -	make PREFIX=$PWD/_pkg/usr install
   32.28 +	mkdir -p $DESTDIR/usr/bin
   32.29 +	make PREFIX=$DESTDIR/usr install
   32.30  }
   32.31  
   32.32  # Rules to gen a SliTaz package suitable for Tazpkg.
   32.33  genpkg_rules()
   32.34  {
   32.35  	mkdir -p $fs/usr/share
   32.36 -	cp -a $_pkg/usr/bin $fs/usr
   32.37 -	cp -a $_pkg/usr/share/mupen64plus $fs/usr/share
   32.38 -	cp -a $_pkg/usr/share/applications $fs/usr/share
   32.39 +	cp -a $install/usr/bin $fs/usr
   32.40 +	cp -a $install/usr/share/mupen64plus $fs/usr/share
   32.41 +	cp -a $install/usr/share/applications $fs/usr/share
   32.42  }
   32.43  
    33.1 --- a/navit/receipt	Sat Jan 05 13:26:25 2013 +0100
    33.2 +++ b/navit/receipt	Sat Jan 05 14:44:51 2013 +0100
    33.3 @@ -18,8 +18,8 @@
    33.4  # Rules to configure and make the package.
    33.5  compile_rules()
    33.6  {
    33.7 -	./configure $CONFIGURE_ARGS && \
    33.8 -	make && \
    33.9 +	./configure $CONFIGURE_ARGS &&
   33.10 +	make &&
   33.11  	make DESTDIR=$DESTDIR install
   33.12  }
   33.13  
    34.1 --- a/octave/receipt	Sat Jan 05 13:26:25 2013 +0100
    34.2 +++ b/octave/receipt	Sat Jan 05 14:44:51 2013 +0100
    34.3 @@ -8,14 +8,15 @@
    34.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    34.5  WEB_SITE="http://www.gnu.org/software/octave/"
    34.6  WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
    34.7 -BUILD_DEPENDS="gfortran zlib-dev ncurses-dev readline-dev freetype-dev xorg-dev \
    34.8 -fltk-dev perl texinfo lapack tar gawk pcre-dev mesa-dev curl-dev \
    34.9 -libdrm-dev expat-dev $DEPENDS"
   34.10 +TAGS="programming language"
   34.11 +
   34.12  DEPENDS="libgfortran zlib ncurses readline freetype gcc-lib-base expat \
   34.13  mesa libglu-mesa xorg-libX11 xorg-libXext xorg-libXxf86vm xorg-libXdamage \
   34.14  xorg-libXfixes libdrm xorg-libXau xorg-libXdmcp pcre libcurl lapack bash \
   34.15  gcc fltk"
   34.16 -TAGS="programming language"
   34.17 +BUILD_DEPENDS="gfortran zlib-dev ncurses-dev readline-dev freetype-dev xorg-dev \
   34.18 +fltk-dev perl texinfo lapack tar gawk pcre-dev mesa-dev curl-dev \
   34.19 +libdrm-dev expat-dev $DEPENDS"
   34.20  
   34.21  # Rules to configure and make the package.
   34.22  compile_rules()
   34.23 @@ -36,6 +37,6 @@
   34.24  # Rules to gen a SliTaz package suitable for Tazpkg.
   34.25  genpkg_rules()
   34.26  {
   34.27 -	cp -a $_pkg/* $fs
   34.28 +	cp -a $install/* $fs
   34.29  }
   34.30  
    35.1 --- a/opencpn/receipt	Sat Jan 05 13:26:25 2013 +0100
    35.2 +++ b/opencpn/receipt	Sat Jan 05 14:44:51 2013 +0100
    35.3 @@ -5,11 +5,12 @@
    35.4  CATEGORY="utilities"
    35.5  SHORT_DESC="A concise Chart/plotter Navigator"
    35.6  MAINTAINER="allan316@gmail.com"
    35.7 -DEPENDS="wxWidgets mesa libglu-mesa"
    35.8  SUGGESTED="nvidia"
    35.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   35.10  WEB_SITE="http://opencpn.sourceforge.net"
   35.11  WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/$PACKAGE/$TARBALL"
   35.12 +
   35.13 +DEPENDS="wxWidgets mesa libglu-mesa"
   35.14  BUILD_DEPENDS="wxWidgets-dev mesa-dev libglu-mesa"
   35.15  TAGS="office"
   35.16  
   35.17 @@ -26,14 +27,14 @@
   35.18  		--infodir=/usr/share/info \
   35.19  		--mandir=/usr/share/man \
   35.20  		$CONFIGURE_ARGS &&
   35.21 -	make && make DESTDIR=$PWD/_pkg install
   35.22 +	make && make DESTDIR=$DESTDIR install
   35.23  }
   35.24  
   35.25  # Rules to gen a SliTaz package suitable for Tazpkg.
   35.26  genpkg_rules()
   35.27  {
   35.28  	mkdir -p $fs/usr
   35.29 -	cp -a $_pkg/usr/bin $fs/usr
   35.30 -	cp -a $_pkg/usr/share $fs/usr
   35.31 +	cp -a $install/usr/bin $fs/usr
   35.32 +	cp -a $install/usr/share $fs/usr
   35.33  }
   35.34  
    36.1 --- a/pcsxr-svn/receipt	Sat Jan 05 13:26:25 2013 +0100
    36.2 +++ b/pcsxr-svn/receipt	Sat Jan 05 14:44:51 2013 +0100
    36.3 @@ -5,16 +5,17 @@
    36.4  CATEGORY="games"
    36.5  SHORT_DESC="A Sony PlayStation emulator based on the PCSX-df Project"
    36.6  MAINTAINER="slaxemulator@gmail.com"
    36.7 -DEPENDS="libcdio libglade xorg-libXtst xorg-libXv mesa libsdl"
    36.8 -BUILD_DEPENDS="glib-dev libcdio libcdio-dev libglade-dev gtk+-dev xorg-libXtst xorg-libXtst-dev xorg-libXv xorg-libXv-dev mesa-dev \
    36.9 -zlib-dev libsdl libsdl-dev subversion nasm gettext intltool sed lzma \
   36.10 -autoconf automake libtool"
   36.11  WEB_SITE="http://pcsxr.codeplex.com/"
   36.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   36.13  WGET_URL="subversion|https://pcsxr.svn.codeplex.com/svn/pcsxr"
   36.14  BRANCH="$VERSION"
   36.15  TAGS="emulator playstation"
   36.16  
   36.17 +DEPENDS="libcdio libglade xorg-libXtst xorg-libXv mesa libsdl"
   36.18 +BUILD_DEPENDS="glib-dev libcdio libcdio-dev libglade-dev gtk+-dev xorg-libXtst xorg-libXtst-dev xorg-libXv xorg-libXv-dev mesa-dev \
   36.19 +zlib-dev libsdl libsdl-dev subversion nasm gettext intltool sed lzma \
   36.20 +autoconf automake libtool"
   36.21 +
   36.22  # Rules to configure and make the package.
   36.23  compile_rules()
   36.24  {
   36.25 @@ -26,18 +27,18 @@
   36.26  		--enable-libcdio \
   36.27  		--enable-opengl \
   36.28  		$CONFIGURE_ARGS &&
   36.29 -	make && make DESTDIR=$PWD/_pkg install
   36.30 +	make && make DESTDIR=$DESTDIR install
   36.31  }
   36.32  
   36.33  # Rules to gen a SliTaz package suitable for Tazpkg.
   36.34  genpkg_rules()
   36.35  {
   36.36  	mkdir -p $fs/usr/share
   36.37 -	cp -a $_pkg/usr/bin $fs/usr
   36.38 -	cp -a $_pkg/usr/lib $fs/usr
   36.39 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
   36.40 -	cp -a $_pkg/usr/share/psemu $fs/usr/share
   36.41 -	cp -a $_pkg/usr/share/pcsx $fs/usr/share
   36.42 +	cp -a $install/usr/bin $fs/usr
   36.43 +	cp -a $install/usr/lib $fs/usr
   36.44 +	cp -a $install/usr/share/pixmaps $fs/usr/share
   36.45 +	cp -a $install/usr/share/psemu $fs/usr/share
   36.46 +	cp -a $install/usr/share/pcsx $fs/usr/share
   36.47  	find $fs/usr/lib -name "*.la" -delete
   36.48  }
   36.49  
    37.1 --- a/prboom/receipt	Sat Jan 05 13:26:25 2013 +0100
    37.2 +++ b/prboom/receipt	Sat Jan 05 14:44:51 2013 +0100
    37.3 @@ -5,13 +5,14 @@
    37.4  CATEGORY="games"
    37.5  SHORT_DESC="PrBoom is the culmination of years of work by various people and projects on the Doom source code."
    37.6  MAINTAINER="mallory@sweetpeople.org"
    37.7 -DEPENDS="libsdl libsdl-mixer libsdl-net libpng mesa libglu-mesa freedoom"
    37.8  SUGGESTED="nvidia"
    37.9 -BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-net-dev mesa-dev libglu-mesa"
   37.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   37.11  WEB_SITE="http://prboom.sourceforge.net/"
   37.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   37.13  
   37.14 +DEPENDS="libsdl libsdl-mixer libsdl-net libpng mesa libglu-mesa freedoom"
   37.15 +BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-net-dev mesa-dev libglu-mesa"
   37.16 +
   37.17  # Rules to configure and make the package.
   37.18  compile_rules()
   37.19  {
   37.20 @@ -22,7 +23,7 @@
   37.21  		--mandir=/usr/share/man \
   37.22  		--disable-i386-asm \
   37.23  		$CONFIGURE_ARGS &&
   37.24 -	make $MAKEFLAGS && make DESTDIR=$PWD/_pkg install
   37.25 +	make $MAKEFLAGS && make DESTDIR=$DESTDIR install
   37.26  }
   37.27  
   37.28  # Rules to gen a SliTaz package suitable for Tazpkg.
   37.29 @@ -35,7 +36,6 @@
   37.30  		$fs/usr/share/pixmaps
   37.31  
   37.32  	echo "Copying package files"
   37.33 -	cp -a $_pkg/usr/games $fs/usr
   37.34 -	cp -a $_pkg/usr/share/games $fs/usr/share
   37.35 +	cp -a $install/usr/games $fs/usr
   37.36 +	cp -a $install/usr/share/games $fs/usr/share
   37.37  }
   37.38 -
    38.1 --- a/qt4/receipt	Sat Jan 05 13:26:25 2013 +0100
    38.2 +++ b/qt4/receipt	Sat Jan 05 14:44:51 2013 +0100
    38.3 @@ -23,7 +23,7 @@
    38.4  libxml2-dev linux-api-headers m4 make mercurial ncurses-dev openssl-dev \
    38.5  pango-dev patch pcre-dev perl perl-xml-parser perl-xml-simple pixman-dev \
    38.6  pkg-config tiff-dev xorg-dev-proto xorg-dev zip unzip gtk+-dev alsa-lib-dev \
    38.7 -sqlite-dev"
    38.8 +sqlite-dev libglu-mesa-dev libglw-mesa-dev"
    38.9  
   38.10  # Rules to configure and make the package.
   38.11  compile_rules()
   38.12 @@ -67,8 +67,7 @@
   38.13  	# dummy tree to avoid 'tazwok cmp --cook' building loop
   38.14  	mkdir $fs/etc
   38.15  	# pkgconfig path fixes
   38.16 -	sed -i -e "s|-L$src/_pkg/usr/lib||g" $_pkg/usr/lib/pkgconfig/*.pc
   38.17 -	sed -i -e "s|$src/_pkg/usr/bin/moc|/usr/bin/moc|g" $_pkg/usr/lib/pkgconfig/*.pc
   38.18 -	sed -i -e "s|$src/_pkg/usr/bin/uic|/usr/bin/uic|g" $_pkg/usr/lib/pkgconfig/*.pc
   38.19 +	sed -i -e "s|-L$src/_pkg/usr/lib||g" $install/usr/lib/pkgconfig/*.pc
   38.20 +	sed -i -e "s|$src/_pkg/usr/bin/moc|/usr/bin/moc|g" $install/usr/lib/pkgconfig/*.pc
   38.21 +	sed -i -e "s|$src/_pkg/usr/bin/uic|/usr/bin/uic|g" $install/usr/lib/pkgconfig/*.pc
   38.22  }
   38.23 -
    39.1 --- a/quesoglc/receipt	Sat Jan 05 13:26:25 2013 +0100
    39.2 +++ b/quesoglc/receipt	Sat Jan 05 14:44:51 2013 +0100
    39.3 @@ -5,12 +5,15 @@
    39.4  CATEGORY="x-window"
    39.5  SHORT_DESC="The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming interface (API)."
    39.6  MAINTAINER="slaxemulator@gmail.com"
    39.7 -DEPENDS="freetype fontconfig freeglut fribidi mesa libglu-mesa expat xorg-libXxf86vm libxcb"
    39.8 -BUILD_DEPENDS="$DEPENDS freetype-dev fontconfig-dev freeglut-dev fribidi-dev mesa-dev expat-dev xorg-libXxf86vm-dev util-linux-uuid-dev libxcb-dev"
    39.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   39.10  WEB_SITE="http://quesoglc.sourceforge.net/"
   39.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   39.12  
   39.13 +DEPENDS="freetype fontconfig freeglut fribidi mesa libglu-mesa expat \
   39.14 +xorg-libXxf86vm libxcb"
   39.15 +BUILD_DEPENDS="$DEPENDS freetype-dev fontconfig-dev freeglut-dev fribidi-dev \
   39.16 +mesa-dev expat-dev xorg-libXxf86vm-dev util-linux-uuid-dev libxcb-dev"
   39.17 +
   39.18  # Rules to configure and make the package.
   39.19  compile_rules()
   39.20  {
   39.21 @@ -20,13 +23,12 @@
   39.22  		--infodir=/usr/share/info \
   39.23  		--mandir=/usr/share/man \
   39.24  		$CONFIGURE_ARGS &&
   39.25 -	make && make DESTDIR=$PWD/_pkg install
   39.26 +	make && make DESTDIR=$DESTDIR install
   39.27  }
   39.28  
   39.29  # Rules to gen a SliTaz package suitable for Tazpkg.
   39.30  genpkg_rules()
   39.31  {
   39.32  	mkdir -p $fs/usr/lib
   39.33 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   39.34 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   39.35  }
   39.36 -
    40.1 --- a/seamonkey/receipt	Sat Jan 05 13:26:25 2013 +0100
    40.2 +++ b/seamonkey/receipt	Sat Jan 05 14:44:51 2013 +0100
    40.3 @@ -6,13 +6,15 @@
    40.4  SHORT_DESC="Seamonkey suite (browser, mail, news reader)."
    40.5  MAINTAINER="pankso@slitaz.org"
    40.6  TARBALL="$PACKAGE-$VERSION.source.tar.bz2"
    40.7 -DEPENDS="gtk+ glib jpeg xorg-libX11 libIDL alsa-lib xorg-libXt curl libnotify libevent libvpx"
    40.8 -BUILD_DEPENDS="gtk+-dev zip libIDL coreutils xorg-libXft-dev libevent-dev libvpx-dev \
    40.9 -perl alsa-lib alsa-lib-dev findutils python python-dev wireless_tools-dev mesa-dev \
   40.10 -yasm libnotify-dev curl-dev"
   40.11  WEB_SITE="http://www.seamonkey-project.org/"
   40.12  WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/$VERSION/source/$TARBALL"
   40.13  
   40.14 +DEPENDS="gtk+ glib jpeg xorg-libX11 libIDL alsa-lib xorg-libXt curl libnotify \
   40.15 +libevent libvpx"
   40.16 +BUILD_DEPENDS="gtk+-dev zip libIDL coreutils xorg-libXft-dev libevent-dev \
   40.17 +libvpx-dev perl alsa-lib alsa-lib-dev findutils python python-dev \
   40.18 +wireless_tools-dev mesa-dev yasm libnotify-dev curl-dev"
   40.19 +
   40.20  # Rules to configure and make the package.
   40.21  compile_rules()
   40.22  {
   40.23 @@ -40,8 +42,8 @@
   40.24  genpkg_rules()
   40.25  {
   40.26  	mkdir -p $fs/usr/bin $fs/usr/lib $fs/etc
   40.27 -	cp -a $_pkg/usr/bin/seamonkey $fs/usr/bin
   40.28 -	cp -a $_pkg/usr/lib/seamonkey $fs/usr/lib
   40.29 +	cp -a $install/usr/bin/seamonkey $fs/usr/bin
   40.30 +	cp -a $install/usr/lib/seamonkey $fs/usr/lib
   40.31  	# Home page, bookmarks file and branding.
   40.32  	cp -a $stuff/bookmarks.html \
   40.33  		$fs/usr/lib/$PACKAGE/defaults/profile
    41.1 --- a/stellarium/receipt	Sat Jan 05 13:26:25 2013 +0100
    41.2 +++ b/stellarium/receipt	Sat Jan 05 14:44:51 2013 +0100
    41.3 @@ -9,8 +9,10 @@
    41.4  WEB_SITE="http://www.stellarium.org/"
    41.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    41.6  
    41.7 -DEPENDS="libpng mesa glib freetype openssl libQtScript libQtOpenGL libQtSql libQtNetwork libQtGui zlib"
    41.8 -BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev"
    41.9 +DEPENDS="libpng mesa glib freetype openssl libQtScript libQtOpenGL libQtSql \
   41.10 +libQtNetwork libQtGui zlib"
   41.11 +BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev \
   41.12 +qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev"
   41.13  
   41.14  # Rules to configure and make the package.
   41.15  compile_rules()
   41.16 @@ -25,7 +27,6 @@
   41.17  genpkg_rules()
   41.18  {
   41.19  	mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications
   41.20 -	cp -a $_pkg/usr/bin $fs/usr
   41.21 -	cp -a $_pkg/usr/share/stellarium $fs/usr/share
   41.22 +	cp -a $install/usr/bin $fs/usr
   41.23 +	cp -a $install/usr/share/stellarium $fs/usr/share
   41.24  }
   41.25 -
    42.1 --- a/supertux/receipt	Sat Jan 05 13:26:25 2013 +0100
    42.2 +++ b/supertux/receipt	Sat Jan 05 14:44:51 2013 +0100
    42.3 @@ -5,13 +5,16 @@
    42.4  CATEGORY="games"
    42.5  SHORT_DESC="SuperTux is a classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games."
    42.6  MAINTAINER="mallory@skyrock.com"
    42.7 -DEPENDS="libsdl libsdl-image libsdl-mixer curl physfs openal mesa glew supertux-data"
    42.8  SUGGESTED="nvidia"
    42.9 -BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev curl-dev physfs-dev openal-dev mesa-dev glew-dev cmake libboost-dev"
   42.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   42.11  WEB_SITE="http://supertux.lethargik.org/"
   42.12  WGET_URL="http://supertux.googlecode.com/files/$TARBALL"
   42.13  
   42.14 +DEPENDS="libsdl libsdl-image libsdl-mixer curl physfs openal mesa glew \
   42.15 +supertux-data"
   42.16 +BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev curl-dev \
   42.17 +physfs-dev openal-dev mesa-dev glew-dev cmake libboost-dev"
   42.18 +
   42.19  # Rules to configure and make the package.
   42.20  compile_rules()
   42.21  {
   42.22 @@ -27,6 +30,5 @@
   42.23  genpkg_rules()
   42.24  {
   42.25  	mkdir -p $fs/usr
   42.26 -	cp -a $_pkg/usr/bin $fs/usr
   42.27 +	cp -a $install/usr/bin $fs/usr
   42.28  }
   42.29 -
    43.1 --- a/thunderbird/receipt	Sat Jan 05 13:26:25 2013 +0100
    43.2 +++ b/thunderbird/receipt	Sat Jan 05 14:44:51 2013 +0100
    43.3 @@ -5,17 +5,18 @@
    43.4  CATEGORY="network"
    43.5  SHORT_DESC="Mozilla's Thunderbird email application."
    43.6  MAINTAINER="domcox@slitaz.org"
    43.7 +TARBALL="$PACKAGE-$VERSION.source.tar.bz2"
    43.8 +WEB_SITE="http://www.mozilla.org/"
    43.9 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source/$TARBALL"
   43.10 +TAGS="email pop imap smtp"
   43.11 +TB_LOCALES="de es_ES fr en_GB pt_PT pt_BR ru"
   43.12 +
   43.13  DEPENDS="alsa-lib gtk+ dbus dbus-glib glib jpeg libevent libnotify nss \
   43.14           sqlite xorg-libX11 xorg-libXdamage xorg-libXt"
   43.15  BUILD_DEPENDS="alsa-lib-dev bzip2 dbus-dev dbus-glib-dev freetype fontconfig \
   43.16           gtk+-dev libIDL libevent-dev libnotify-dev make mesa-dev nspr-dev \
   43.17           nss-dev perl pkg-config python sqlite-dev tar wireless_tools-dev \
   43.18           xorg-dev xorg-libXt-dev zip"
   43.19 -TARBALL="$PACKAGE-$VERSION.source.tar.bz2"
   43.20 -WEB_SITE="http://www.mozilla.org/"
   43.21 -WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source/$TARBALL"
   43.22 -TAGS="email pop imap smtp"
   43.23 -TB_LOCALES="de es_ES fr en_GB pt_PT pt_BR ru"
   43.24  
   43.25  # Rules to configure and make the package.
   43.26  compile_rules()
   43.27 @@ -49,8 +50,8 @@
   43.28  {
   43.29  	mkdir -p $fs/usr/lib
   43.30  	# program
   43.31 -	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
   43.32 -	cp -a $_pkg/usr/bin $fs/usr
   43.33 +	cp -a $install/usr/lib/$PACKAGE $fs/usr/lib
   43.34 +	cp -a $install/usr/bin $fs/usr
   43.35  	# mcd
   43.36  	cp $stuff/autoconf.js $fs/usr/lib/$PACKAGE/defaults/pref
   43.37  	cp $stuff/thunderbird.cfg $fs/usr/lib/$PACKAGE
    44.1 --- a/virtualbox-ose/receipt	Sat Jan 05 13:26:25 2013 +0100
    44.2 +++ b/virtualbox-ose/receipt	Sat Jan 05 14:44:51 2013 +0100
    44.3 @@ -14,7 +14,7 @@
    44.4  DEPENDS="libxml2 xorg-libXcursor libIDL xorg-libXinerama libsdl \
    44.5  xorg-libXmu curl libvncserver libpng jpeg mesa libglu-mesa qt4 vde2"
    44.6  BUILD_DEPENDS="bin86 dev86 iasl libIDL libsdl-dev mesa-dev libxslt-dev \
    44.7 -Qt4-dev libsdl-ttf-dev alsa-lib-dev hal-dev xorg-libXtst-dev \
    44.8 +libglu-mesa-dev Qt4-dev libsdl-ttf-dev alsa-lib-dev hal-dev xorg-libXtst-dev \
    44.9  xorg-libXrandr-dev python python-dev xalan-c curl-dev xalan-c-dev \
   44.10  xerces-c-dev openssl-dev zlib-dev libcap-dev glib-dev libvncserver-dev \
   44.11  pam pam-dev bzip2 linux-module-headers pkg-config tar wget vde2-dev \
    45.1 --- a/warzone2100/receipt	Sat Jan 05 13:26:25 2013 +0100
    45.2 +++ b/warzone2100/receipt	Sat Jan 05 14:44:51 2013 +0100
    45.3 @@ -9,8 +9,11 @@
    45.4  WEB_SITE="http://wz2100.net/"
    45.5  WGET_URL="$SF_MIRROR/warzone2100/releases/$VERSION/$TARBALL"
    45.6  
    45.7 -DEPENDS="libsdl-net mesa openal jpeg libpng libvorbis libtheora libmad physfs quesoglc popt ttf-dejavu ttf-dejavu-extra"
    45.8 -BUILD_DEPENDS="libsdl-dev libsdl-net-dev mesa-dev openal openal-dev jpeg-dev libpng-dev libogg-dev libvorbis-dev libtheora-dev libmad-dev physfs-dev quesoglc-dev popt-dev gawk bison flex zip unzip pkg-config zlib-dev"
    45.9 +DEPENDS="libsdl-net mesa openal jpeg libpng libvorbis libtheora libmad physfs \
   45.10 +quesoglc popt ttf-dejavu ttf-dejavu-extra"
   45.11 +BUILD_DEPENDS="libsdl-dev libsdl-net-dev mesa-dev openal openal-dev jpeg-dev \
   45.12 +libpng-dev libogg-dev libvorbis-dev libtheora-dev libmad-dev physfs-dev \
   45.13 +quesoglc-dev popt-dev gawk bison flex zip unzip pkg-config zlib-dev"
   45.14  
   45.15  # Rules to configure and make the package.
   45.16  compile_rules()
   45.17 @@ -26,9 +29,9 @@
   45.18  genpkg_rules()
   45.19  {
   45.20  	mkdir -p $fs/usr/share/pixmaps
   45.21 -	cp -a $_pkg/usr/bin $fs/usr
   45.22 -	cp -a $_pkg/usr/share/applications $fs/usr/share
   45.23 -	cp -a $_pkg/usr/share/icons/warzone2100.png $fs/usr/share/pixmaps
   45.24 -	cp -a $_pkg/usr/share/warzone2100 $fs/usr/share
   45.25 +	cp -a $install/usr/bin $fs/usr
   45.26 +	cp -a $install/usr/share/applications $fs/usr/share
   45.27 +	cp -a $install/usr/share/icons/warzone2100.png $fs/usr/share/pixmaps
   45.28 +	cp -a $install/usr/share/warzone2100 $fs/usr/share
   45.29  }
   45.30  
    46.1 --- a/wine-rt/receipt	Sat Jan 05 13:26:25 2013 +0100
    46.2 +++ b/wine-rt/receipt	Sat Jan 05 14:44:51 2013 +0100
    46.3 @@ -11,9 +11,10 @@
    46.4  TAGS="windows"
    46.5  PROVIDE="wine"
    46.6  
    46.7 -DEPENDS="alsa-lib libxml2 libxslt mesa libglu-mesa xorg-dev lcms freetype jpeg libpng tiff"
    46.8 -BUILD_DEPENDS="alsa-lib-dev flex bison mesa-dev freetype-dev libtool \
    46.9 -libxml2-dev libxslt-dev lcms-dev jpeg-dev libpng-dev tiff-dev"
   46.10 +DEPENDS="alsa-lib libxml2 libxslt mesa libglu-mesa xorg-dev lcms freetype jpeg \
   46.11 +libpng tiff"
   46.12 +BUILD_DEPENDS="alsa-lib-dev flex bison mesa-dev libglu-mesa-dev freetype-dev \
   46.13 +libtool libxml2-dev libxslt-dev lcms-dev jpeg-dev libpng-dev tiff-dev"
   46.14  
   46.15  # Rules to configure and make the package.
   46.16  compile_rules()
    47.1 --- a/wine/receipt	Sat Jan 05 13:26:25 2013 +0100
    47.2 +++ b/wine/receipt	Sat Jan 05 14:44:51 2013 +0100
    47.3 @@ -12,7 +12,7 @@
    47.4  
    47.5  DEPENDS="alsa-lib libxml2 libxslt mesa libglu-mesa xorg-dev lcms freetype"
    47.6  BUILD_DEPENDS="alsa-lib-dev flex bison mesa-dev freetype-dev libtool \
    47.7 -libxml2-dev libxslt-dev lcms-dev"
    47.8 +libglu-mesa-dev libxml2-dev libxslt-dev lcms-dev"
    47.9  
   47.10  # Rules to configure and make the package.
   47.11  compile_rules()
    48.1 --- a/wxWidgets/receipt	Sat Jan 05 13:26:25 2013 +0100
    48.2 +++ b/wxWidgets/receipt	Sat Jan 05 14:44:51 2013 +0100
    48.3 @@ -5,6 +5,11 @@
    48.4  CATEGORY="x-window"
    48.5  SHORT_DESC="Cross-platform GUI Library"
    48.6  MAINTAINER="pankso@slitaz.org"
    48.7 +SOURCE="wxPython"
    48.8 +TARBALL="$SOURCE-src-$VERSION.tar.bz2"
    48.9 +WEB_SITE="http://www.wxwidgets.org/"
   48.10 +WGET_URL="$SF_MIRROR/wxpython/$TARBALL"
   48.11 +
   48.12  DEPENDS="glib glibc-base gcc-lib-base libgio pkg-config expat zlib atk \
   48.13  gtk+ cairo fontconfig freetype jpeg libpng tiff pango pixman util-linux-uuid \
   48.14  xorg-libSM xorg-libICE xorg-libX11 xorg-libXau xorg-libXcomposite \
   48.15 @@ -13,10 +18,6 @@
   48.16  BUILD_DEPENDS="pkg-config gtk+ gtk+-dev expat-dev zlib-dev \
   48.17  xorg-dev xorg-xineramaproto libglu-mesa mesa-dev libpng-dev tiff-dev \
   48.18  jpeg-dev xorg-libXpm-dev patch"
   48.19 -SOURCE="wxPython"
   48.20 -TARBALL="$SOURCE-src-$VERSION.tar.bz2"
   48.21 -WEB_SITE="http://www.wxwidgets.org/"
   48.22 -WGET_URL="$SF_MIRROR/wxpython/$TARBALL"
   48.23  
   48.24  # Rules to configure and make the package.
   48.25  compile_rules()
   48.26 @@ -43,7 +44,7 @@
   48.27  {
   48.28  	mkdir -p $fs/usr
   48.29  	# Copy libs and contrib libs.
   48.30 -	cp -a $_pkg/usr/lib/ $fs/usr/
   48.31 +	cp -a $install/usr/lib/ $fs/usr/
   48.32  	# Remove devel files.
   48.33  	rm -rf $fs/usr/lib/wx/include
   48.34  }
    49.1 --- a/wxpython/receipt	Sat Jan 05 13:26:25 2013 +0100
    49.2 +++ b/wxpython/receipt	Sat Jan 05 14:44:51 2013 +0100
    49.3 @@ -5,13 +5,14 @@
    49.4  CATEGORY="x-window"
    49.5  SHORT_DESC="GUI toolkit for the Python programming language."
    49.6  MAINTAINER="pankso@slitaz.org"
    49.7 -DEPENDS="python wxWidgets"
    49.8 -BUILD_DEPENDS="python-dev wxWidgets-dev mesa-dev"
    49.9  SOURCE="wxPython"
   49.10  TARBALL="$SOURCE-src-$VERSION.tar.bz2"
   49.11  WEB_SITE="http://www.wxpython.org/"
   49.12  WGET_URL="$SF_MIRROR/wxpython/$TARBALL"
   49.13  
   49.14 +DEPENDS="python wxWidgets"
   49.15 +BUILD_DEPENDS="python-dev wxWidgets-dev mesa-dev"
   49.16 +
   49.17  # Rules to configure and make the package.
   49.18  compile_rules()
   49.19  {
   49.20 @@ -40,6 +41,6 @@
   49.21  genpkg_rules()
   49.22  {
   49.23  	mkdir -p $fs/usr/lib
   49.24 -	cp -a $_pkg/usr/bin $fs/usr
   49.25 -	cp -a $_pkg/usr/lib/python* $fs/usr/lib
   49.26 +	cp -a $install/usr/bin $fs/usr
   49.27 +	cp -a $install/usr/lib/python* $fs/usr/lib
   49.28  }
    50.1 --- a/xorg-server/receipt	Sat Jan 05 13:26:25 2013 +0100
    50.2 +++ b/xorg-server/receipt	Sat Jan 05 14:44:51 2013 +0100
    50.3 @@ -24,6 +24,7 @@
    50.4  compile_rules()
    50.5  {
    50.6  	cd $src
    50.7 +
    50.8  	# Xephyr make possible to use Xorg in a chroot.
    50.9  	./configure \
   50.10  		--prefix=/usr \
    51.1 --- a/xorg-xdriinfo/receipt	Sat Jan 05 13:26:25 2013 +0100
    51.2 +++ b/xorg-xdriinfo/receipt	Sat Jan 05 14:44:51 2013 +0100
    51.3 @@ -6,12 +6,13 @@
    51.4  CATEGORY="x-window"
    51.5  SHORT_DESC="Query configuration information of DRI drivers"
    51.6  MAINTAINER="pankso@slitaz.org"
    51.7 -DEPENDS="xorg-libX11 mesa"
    51.8 -BUILD_DEPENDS="xorg-libX11-dev mesa-dev"
    51.9 -SUGGESTED="nvidia"
   51.10  TARBALL="$SOURCE-$VERSION.tar.bz2"
   51.11  WEB_SITE="http://www.x.org/"
   51.12  WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL"
   51.13 +SUGGESTED="nvidia"
   51.14 +
   51.15 +DEPENDS="xorg-libX11 mesa"
   51.16 +BUILD_DEPENDS="xorg-libX11-dev mesa-dev"
   51.17  
   51.18  # Rules to configure and make the package.
   51.19  compile_rules()
   51.20 @@ -20,12 +21,12 @@
   51.21  	./configure --prefix=/usr \
   51.22  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   51.23  	make &&
   51.24 -	make DESTDIR=$PWD/_pkg install
   51.25 +	make DESTDIR=$DESTDIR install
   51.26  }
   51.27  
   51.28  # Rules to gen a SliTaz package suitable for Tazpkg.
   51.29  genpkg_rules()
   51.30  {
   51.31  	mkdir -p $fs/usr
   51.32 -	cp -a $_pkg/usr/bin $fs/usr
   51.33 +	cp -a $install/usr/bin $fs/usr
   51.34  }
    52.1 --- a/zsnes/receipt	Sat Jan 05 13:26:25 2013 +0100
    52.2 +++ b/zsnes/receipt	Sat Jan 05 14:44:51 2013 +0100
    52.3 @@ -6,12 +6,13 @@
    52.4  MAINTAINER="slaxemulator@gmail.com"
    52.5  SHORT_DESC="Super Nintendo emulator"
    52.6  WEB_SITE="http://www.zsnes.com/"
    52.7 -DEPENDS="gcc-lib-base libsdl libpng ncurses mesa zlib"
    52.8 -BUILD_DEPENDS="$DEPENDS nasm libsdl-dev libpng-dev ncurses-dev mesa-dev automake autoconf zlib-dev patch"
    52.9  TARBALL="zsnes151src.tar.bz2"
   52.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   52.11  TAGS="emulator nintendo snes"
   52.12  
   52.13 +DEPENDS="gcc-lib-base libsdl libpng ncurses mesa zlib"
   52.14 +BUILD_DEPENDS="$DEPENDS nasm libsdl-dev libpng-dev ncurses-dev mesa-dev automake autoconf zlib-dev patch"
   52.15 +
   52.16  # Rules to configure and make the package.
   52.17  
   52.18  compile_rules() {