wok-6.x diff enlightenment-pam/receipt @ rev 10729
Up: slitaz-menus (2.3) - Remove too obstructive SliTaz Network menu
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 29 03:54:39 2011 +0200 (2011-05-29) |
parents | eb4bf553e6b6 |
children | 15fb93be1912 |
line diff
1.1 --- a/enlightenment-pam/receipt Wed May 25 18:56:54 2011 +0200 1.2 +++ b/enlightenment-pam/receipt Sun May 29 03:54:39 2011 +0200 1.3 @@ -4,24 +4,23 @@ 1.4 SOURCE="enlightenment" 1.5 VERSION="0.16.999.55225" 1.6 CATEGORY="x-window" 1.7 -SHORT_DESC="Enlightenment window manager (E17)." 1.8 +SHORT_DESC="Enlightenment window manager (E17) with PAM, Bluez and connman support." 1.9 MAINTAINER="pankso@slitaz.org" 1.10 TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.enlightenment.org/" 1.12 WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL" 1.13 PROVIDE="enlightenment:pam" 1.14 +TAGS="e17" 1.15 1.16 -DEPENDS="alsa-lib edbus edje efreet pam" 1.17 -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev \ 1.18 -efreet edbus-dev edbus curl-dev libcrypto-dev openssl-dev fribidi-dev \ 1.19 -xorg-libXp-dev pam-dev edbus-dev" 1.20 +# Add PAM and bluez support (enlightenment is smaller). 1.21 +DEPENDS="eina eet ecore evas edje efreet edbus alsa-lib pam bluez connman" 1.22 +BUILD_DEPENDS="eina-dev eet-dev ecore-dev evas-dev edje-dev efreet-dev 1.23 +edbus-dev alsa-lib-dev pam-dev bluez-dev connman-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 - ./configure $CONFIGURE_ARGS && 1.30 - make && make install 1.31 + ./configure $CONFIGURE_ARGS && make && make install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg.