wok diff libsdl/receipt @ rev 9233
Fix a typo in icetea6-jdk
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Mar 12 05:22:21 2011 +0100 (2011-03-12) |
parents | bb74eecd3d4c |
children | 8c08820e8dfb |
line diff
1.1 --- a/libsdl/receipt Sat Feb 12 04:48:06 2011 +0000 1.2 +++ b/libsdl/receipt Sat Mar 12 05:22:21 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.