# HG changeset patch # User Antoine Bodin # Date 1298942375 -3600 # Node ID cf8b4889e6ab1f0e809362a383c6b766781e0433 # Parent af1ca146c62918d0f1fe2ddb56dd9a39c10555cf Review libsdl receipt diff -r af1ca146c629 -r cf8b4889e6ab libsdl/receipt --- a/libsdl/receipt Tue Mar 01 02:17:56 2011 +0100 +++ b/libsdl/receipt Tue Mar 01 02:19:35 2011 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Simple DirectMedia Layer (used by Qemu)." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg-libXext xorg-libXrender xorg-libX11" -BUILD_DEPENDS="xorg-libXext-dev xorg-libXrender-dev xorg-libX11-dev libglu-mesa xorg-xproto xorg-xextproto " +BUILD_DEPENDS="libglu-mesa" SOURCE="SDL" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.libsdl.org/" @@ -19,13 +19,7 @@ patch -Np1 -i ../stuff/$PACKAGE-$VERSION-joystick-crash.diff patch -Np1 -i ../stuff/$PACKAGE-$VERSION-fix-mouse-clicking.patch patch -Np1 -i ../stuff/$PACKAGE-$VERSION-fix-disappearing-cursor.patch - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.