wok diff libsdl-ttf/receipt @ rev 2886

pekwm: add custom keys, start and improve menu
author Rohit Joshi <jozee@slitaz.org>
date Mon May 04 12:27:31 2009 +0000 (2009-05-04)
parents c3908f5b155d
children a7b619564b2b
line diff
     1.1 --- a/libsdl-ttf/receipt	Mon Aug 04 15:39:46 2008 +0200
     1.2 +++ b/libsdl-ttf/receipt	Mon May 04 12:27:31 2009 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="SDL ttf support."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xorg libSDL"
     1.8 +DEPENDS="xorg libSDL freetype libiconv zlib"
     1.9  BUILD_DEPENDS="xorg-dev libSDL-dev"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/"
    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