wok diff libsdl-gfx/receipt @ rev 3091
locale-*: Dont source slitaz-18n file each time
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 16 21:40:06 2009 +0200 (2009-05-16) |
parents | c3908f5b155d |
children | a7b619564b2b |
line diff
1.1 --- a/libsdl-gfx/receipt Mon Aug 04 15:39:46 2008 +0200 1.2 +++ b/libsdl-gfx/receipt Sat May 16 21:40:06 2009 +0200 1.3 @@ -6,7 +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 +DEPENDS="xorg libSDL libiconv" 1.9 BUILD_DEPENDS="xorg-dev libSDL-dev" 1.10 TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.ferzkopp.net/joomla/content/view/19/14/" 1.12 @@ -16,8 +16,8 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --prefix=/usr $CONFIGURE_ARGS 1.17 - make 1.18 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22