wok-next rev 9786

ecore, eet, eina, evas: fix BUILD_DEPENDS and typo in DEPENDS (aina --> eina)
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 12 15:33:34 2011 +0200 (2011-05-12)
parents 016c04fb9405
children 3f1746026fcd
files ecore/receipt eet/receipt eina/receipt evas/receipt
line diff
     1.1 --- a/ecore/receipt	Thu May 12 15:15:03 2011 +0200
     1.2 +++ b/ecore/receipt	Thu May 12 15:33:34 2011 +0200
     1.3 @@ -5,14 +5,15 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="Enlightenment's core event abstraction layer and OS abstraction layer"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="evas xorg-libX11 libcurl glib xorg-libXcomposite \
     1.8 -xorg-libXcursor xorg-libXdamage xorg-libXtst xorg-libXinerama \
     1.9 -xorg-libXrandr xorg-libXp xorg-libXss"
    1.10 -BUILD_DEPENDS="curl-dev"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://www.enlightenment.org/"
    1.13  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.14  
    1.15 +DEPENDS="evas xorg-libX11 libcurl glib xorg-libXcomposite xorg-libXcursor \
    1.16 +xorg-libXdamage xorg-libXtst xorg-libXinerama xorg-libXrandr xorg-libXp \
    1.17 +xorg-libXss"
    1.18 +BUILD_DEPENDS="curl-dev eina-dev evas-dev"
    1.19 +
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 @@ -27,4 +28,3 @@
    1.24  	cp -a $_pkg/usr/bin $fs/usr
    1.25  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.26  }
    1.27 -
     2.1 --- a/eet/receipt	Thu May 12 15:15:03 2011 +0200
     2.2 +++ b/eet/receipt	Thu May 12 15:33:34 2011 +0200
     2.3 @@ -5,12 +5,13 @@
     2.4  CATEGORY="base-system"
     2.5  SHORT_DESC="Enlightenment's file chunk reading/writing library."
     2.6  MAINTAINER="pankso@slitaz.org"
     2.7 -DEPENDS="zlib jpeg eina gnutls openssl"
     2.8 -BUILD_DEPENDS=""
     2.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.10  WEB_SITE="http://www.enlightenment.org/"
    2.11  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    2.12  
    2.13 +DEPENDS="zlib jpeg eina gnutls openssl"
    2.14 +BUILD_DEPENDS="eina-dev gnutls-dev openssl-dev"
    2.15 +
    2.16  # Rules to configure and make the package.
    2.17  compile_rules()
    2.18  {
     3.1 --- a/eina/receipt	Thu May 12 15:15:03 2011 +0200
     3.2 +++ b/eina/receipt	Thu May 12 15:33:34 2011 +0200
     3.3 @@ -5,12 +5,13 @@
     3.4  CATEGORY="base-system"
     3.5  SHORT_DESC="Enlightenment's data types library (List, hash, etc) in C."
     3.6  MAINTAINER="pankso@slitaz.org"
     3.7 -DEPENDS=""
     3.8 -BUILD_DEPENDS="pkg-config"
     3.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.10  WEB_SITE="http://www.enlightenment.org/"
    3.11  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    3.12  
    3.13 +DEPENDS=""
    3.14 +BUILD_DEPENDS="pkg-config"
    3.15 +
    3.16  # Rules to configure and make the package.
    3.17  compile_rules()
    3.18  {
    3.19 @@ -27,4 +28,3 @@
    3.20  	mkdir -p $fs/usr/lib
    3.21  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    3.22  }
    3.23 -
     4.1 --- a/evas/receipt	Thu May 12 15:15:03 2011 +0200
     4.2 +++ b/evas/receipt	Thu May 12 15:33:34 2011 +0200
     4.3 @@ -5,13 +5,14 @@
     4.4  CATEGORY="x-window"
     4.5  SHORT_DESC="Enlightenment's hardware-accelerated retained canvas API"
     4.6  MAINTAINER="pankso@slitaz.org"
     4.7 -DEPENDS="fontconfig freetype jpeg libpng tiff xorg-libXrender \
     4.8 -eet fribidi librsvg giflib"
     4.9 -BUILD_DEPENDS=""
    4.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.11  WEB_SITE="http://www.enlightenment.org/"
    4.12  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    4.13  
    4.14 +DEPENDS="fontconfig freetype jpeg libpng tiff xorg-libXrender \
    4.15 +eet eina fribidi librsvg giflib"
    4.16 +BUILD_DEPENDS="eet-dev eina-dev"
    4.17 +
    4.18  # Rules to configure and make the package.
    4.19  compile_rules()
    4.20  {