wok-next diff ecore/receipt @ rev 14637
Xorg: add xorg-libXScrnSaver(-dev); reformat receipts and add licenses: xorg-libFS* xorg-libICE* xorg-libSM* xorg-libXext* xorg-libXmu* xorg-libXt*
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jun 02 12:47:38 2013 +0000 (2013-06-02) |
parents | 0941341ce316 |
children | 83348a2c5b1f |
line diff
1.1 --- a/ecore/receipt Fri Apr 12 19:17:52 2013 +0200 1.2 +++ b/ecore/receipt Sun Jun 02 12:47:38 2013 +0000 1.3 @@ -8,10 +8,10 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.enlightenment.org/" 1.6 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.7 -TAGS="e17" 1.8 +TAGS="e enlightenment efl" 1.9 1.10 -DEPENDS="eina eet evas" 1.11 -BUILD_DEPENDS="eina-dev eet-dev evas-dev jpeg-dev expat-dev" 1.12 +DEPENDS="evas libcurl" 1.13 +BUILD_DEPENDS="evas-dev curl-dev expat-dev" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 @@ -20,6 +20,9 @@ 1.18 LDFLAGS="$LDFLAGS -fvisibility=hidden" 1.19 export LDFLAGS 1.20 ./configure \ 1.21 + -disable-doc \ 1.22 + --with-internal-maximum-log-level=2 \ 1.23 + --disable-ecore-evas-wayland-shm \ 1.24 $CONFIGURE_ARGS && 1.25 make && make install 1.26 }