wok diff edje/receipt @ rev 1999

Up: cairo (1.8.4)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 20:14:51 2009 +0100 (2009-01-08)
parents cf22fee17710
children e49931dbea10
line diff
     1.1 --- a/edje/receipt	Wed Feb 13 15:26:29 2008 +0100
     1.2 +++ b/edje/receipt	Thu Jan 08 20:14:51 2009 +0100
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="E17 libs."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="eet evas ecore embryo"
     1.7 +BUILD_DEPENDS="pkg-config eet evas ecore embryo eet-dev embryo-dev evas-dev"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.enlightenment.org/"
    1.10  WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
    1.11 @@ -15,8 +16,8 @@
    1.12  {
    1.13  	cd $src
    1.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -	make
    1.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21