wok-6.x diff enlightenment/receipt @ rev 8919
Up: tazwok 4.2.2
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 01 00:18:27 2011 +0100 (2011-03-01) |
parents | b4a6c641b9eb |
children | eca06e0c34de |
line diff
1.1 --- a/enlightenment/receipt Sun Jul 11 13:09:27 2010 +0200 1.2 +++ b/enlightenment/receipt Tue Mar 01 00:18:27 2011 +0100 1.3 @@ -1,34 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="enlightenment" 1.7 -VERSION="0.16.999.063" 1.8 +VERSION="0.16.999.55225" 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 fribidi xorg-libXp xorg-libXss libtasn1" 1.15 -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev \ 1.16 -efreet edbus-dev edbus curl-dev libcrypto-dev openssl-dev fribidi-dev \ 1.17 -xorg-libXp-dev" 1.18 +DEPENDS="alsa-lib edbus edje efreet" 1.19 +BUILD_DEPENDS="" 1.20 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.21 WEB_SITE="http://www.enlightenment.org/" 1.22 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" 1.23 +WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL" 1.24 TAGS="wm window-manager" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 cd $src 1.30 - sed -i 's|/pam_appl.h|/pam_appl.h.DUMMY|' configure.in 1.31 - ./configure \ 1.32 - --prefix=/usr \ 1.33 - --sysconfdir=/etc \ 1.34 - --infodir=/usr/share/info \ 1.35 - --mandir=/usr/share/man \ 1.36 - $CONFIGURE_ARGS && 1.37 - make -j 4 && 1.38 - make DESTDIR=$PWD/_pkg install 1.39 + 1.40 + ./configure && make && make install 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg.