wok-undigest rev 1074

Up: efl (1.8.3)
author Dominique Corbex <domcox@slitaz.org>
date Sat Dec 21 22:11:59 2013 +0100 (2013-12-21)
parents b6150dbd7741
children cf2e9f1768a1
files efl/receipt
line diff
     1.1 --- a/efl/receipt	Thu Dec 05 22:19:19 2013 +0100
     1.2 +++ b/efl/receipt	Sat Dec 21 22:11:59 2013 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="efl"
     1.7 -VERSION="1.8.1"
     1.8 +VERSION="1.8.3"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="EFL Core data structure library."
    1.11  MAINTAINER="domcox@slitaz.org"
    1.12 @@ -11,24 +11,27 @@
    1.13  WGET_URL="http://download.enlightenment.org/rel/libs/$PACKAGE/$TARBALL"
    1.14  TAGS="e enlightenment efl"
    1.15  
    1.16 -DEPENDS="alsa-lib gstreamer gst-plugins-base
    1.17 +DEPENDS="gstreamer gst-plugins-base
    1.18  util-linux-mount util-linux-blkid udev openssl dbus
    1.19  libjpeg fribidi giflib tiff libsndfile lua
    1.20  xorg-libXp xorg-libXScrnSaver mesa bullet util-linux-uuid"
    1.21  
    1.22 -BUILD_DEPENDS="alsa-lib-dev gstreamer-dev gst-plugins-base-dev check-dev
    1.23 +BUILD_DEPENDS="gstreamer-dev gst-plugins-base-dev check-dev
    1.24  util-linux-mount-dev util-linux-blkid-dev udev-dev openssl-dev dbus-dev
    1.25  jpeg-dev fribidi-dev giflib-dev tiff-dev libsndfile-dev lua-dev
    1.26  xorg-libXp-dev xorg-printproto xorg-scrnsaverproto xorg-libXScrnSaver-dev
    1.27 -mesa-dev doxygen valgrind-dev bullet-dev util-linux-uuid-dev libxml2-dev"
    1.28 +mesa-dev bullet-dev util-linux-uuid-dev libxml2-dev
    1.29 +autoconf"
    1.30  
    1.31  # Rules to configure and make the package.
    1.32  compile_rules()
    1.33  {
    1.34 +	autoreconf -v &&
    1.35  	./configure \
    1.36 -		--with-profile=release \
    1.37 +		--disable-static \
    1.38  		--disable-doc \
    1.39  		--disable-pulseaudio \
    1.40 +		--enable-xinput22 \
    1.41  		$CONFIGURE_ARGS &&
    1.42  	make && make -j1 install DESTDIR=$install
    1.43  }