wok-next diff libSDL/receipt @ rev 2937
Add: imagination (lightweight slideshow maker)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Thu May 07 12:34:46 2009 +0000 (2009-05-07) |
parents | f3c55a5e565d |
children | a7b619564b2b |
line diff
1.1 --- a/libSDL/receipt Sat Mar 15 09:40:33 2008 +0000 1.2 +++ b/libSDL/receipt Thu May 07 12:34:46 2009 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Simple DirectMedia Layer (used by Qemu)." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg" 1.8 +DEPENDS="xorg libiconv" 1.9 SOURCE="SDL" 1.10 TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.libsdl.org/" 1.12 @@ -19,8 +19,8 @@ 1.13 --prefix=/usr \ 1.14 --infodir=/usr/share/info \ 1.15 --mandir=/usr/share/man \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22