wok diff enlightenment/receipt @ rev 4914

awstats: fix apache conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 13 23:13:57 2010 +0100 (2010-02-13)
parents 2c110965aa8b
children 31c985a0bd3d
line diff
     1.1 --- a/enlightenment/receipt	Thu Sep 17 11:53:23 2009 +0200
     1.2 +++ b/enlightenment/receipt	Sat Feb 13 23:13:57 2010 +0100
     1.3 @@ -1,18 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="enlightenment"
     1.7 -VERSION="0.16.999.062"
     1.8 +VERSION="0.16.999.063"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Enlightenment window manager (E17)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="eet evas ecore embryo edje efreet edbus slitaz-menus curl \
    1.13  xorg-libXcomposite libcrypto openssl alsa-lib xorg-libX11 xorg-libXau \
    1.14 -xorg-libXdmcp xorg-libXext"
    1.15 +xorg-libXdmcp xorg-libXext fribidi"
    1.16  BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev \
    1.17 -efreet edbus-dev edbus curl-dev libcrypto-dev openssl-dev "
    1.18 +efreet edbus-dev edbus curl-dev libcrypto-dev openssl-dev fribidi-dev"
    1.19  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20  WEB_SITE="http://www.enlightenment.org/"
    1.21 -WGET_URL="http://download.enlightenment.org/snapshots/2009-07-29/$TARBALL"
    1.22 +WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()