wok-4.x diff emotion/receipt @ rev 2487
e*: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 15 21:45:47 2009 +0000 (2009-03-15) |
parents | 90463812cd74 |
children | fc471c5f5a90 |
line diff
1.1 --- a/emotion/receipt Mon Feb 25 14:24:30 2008 +0100 1.2 +++ b/emotion/receipt Sun Mar 15 21:45:47 2009 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="E17 emotion libs." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="enlightenment xine-lib" 1.8 +DEPENDS="enlightenment xine-lib libiconv" 1.9 BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev xine-lib-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.enlightenment.org/" 1.12 @@ -16,8 +16,8 @@ 1.13 { 1.14 cd $src 1.15 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.17 - make 1.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22