wok rev 8921

Review libsdl receipt
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 01 02:19:35 2011 +0100 (2011-03-01)
parents af1ca146c629
children 05374238f04a
files libsdl/receipt
line diff
     1.1 --- a/libsdl/receipt	Tue Mar 01 02:17:56 2011 +0100
     1.2 +++ b/libsdl/receipt	Tue Mar 01 02:19:35 2011 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Simple DirectMedia Layer (used by Qemu)."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="xorg-libXext xorg-libXrender xorg-libX11"
     1.7 -BUILD_DEPENDS="xorg-libXext-dev xorg-libXrender-dev xorg-libX11-dev libglu-mesa xorg-xproto xorg-xextproto "
     1.8 +BUILD_DEPENDS="libglu-mesa"
     1.9  SOURCE="SDL"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.libsdl.org/"
    1.12 @@ -19,13 +19,7 @@
    1.13  	patch -Np1 -i ../stuff/$PACKAGE-$VERSION-joystick-crash.diff
    1.14  	patch -Np1 -i ../stuff/$PACKAGE-$VERSION-fix-mouse-clicking.patch
    1.15  	patch -Np1 -i ../stuff/$PACKAGE-$VERSION-fix-disappearing-cursor.patch
    1.16 -	./configure \
    1.17 -		--prefix=/usr \
    1.18 -		--infodir=/usr/share/info \
    1.19 -		--mandir=/usr/share/man \
    1.20 -		$CONFIGURE_ARGS &&
    1.21 -	make &&
    1.22 -	make DESTDIR=$PWD/_pkg install
    1.23 +	./configure && make && make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.