wok-6.x diff libsdl-gfx/receipt @ rev 9717
slitaz-toolchain: Let create a new toolchain in one command for cookutils
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 09 01:35:10 2011 +0200 (2011-05-09) |
parents | 136745aec91f |
children | cd006f4cefcd |
line diff
1.1 --- a/libsdl-gfx/receipt Thu Oct 21 10:52:43 2010 +0000 1.2 +++ b/libsdl-gfx/receipt Mon May 09 01:35:10 2011 +0200 1.3 @@ -6,8 +6,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="SDL gfx support." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg libsdl" 1.8 -BUILD_DEPENDS="xorg-dev libsdl-dev" 1.9 +DEPENDS="libsdl" 1.10 TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.ferzkopp.net/joomla/content/view/19/14/" 1.12 WGET_URL="http://www.ferzkopp.net/Software/SDL_gfx-2.0/$TARBALL" 1.13 @@ -16,9 +15,7 @@ 1.14 compile_rules() 1.15 { 1.16 cd $src 1.17 - ./configure --prefix=/usr $CONFIGURE_ARGS && 1.18 - make && 1.19 - make DESTDIR=$PWD/_pkg install 1.20 + ./configure && make && make install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg.