wok-4.x diff enlightenment-pam/receipt @ rev 8705
graphviz: improve receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Feb 17 23:13:55 2011 +0100 (2011-02-17) |
parents | b4a6c641b9eb |
children | d1768332cee0 |
line diff
1.1 --- a/enlightenment-pam/receipt Sun Jul 11 13:09:27 2010 +0200 1.2 +++ b/enlightenment-pam/receipt Thu Feb 17 23:13:55 2011 +0100 1.3 @@ -2,32 +2,22 @@ 1.4 1.5 PACKAGE="enlightenment-pam" 1.6 SOURCE="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="pam 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 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 pam-dev" 1.17 +DEPENDS="alsa-lib edbus edje efreet pam" 1.18 +BUILD_DEPENDS="" 1.19 TARBALL="$SOURCE-$VERSION.tar.gz" 1.20 WEB_SITE="http://www.enlightenment.org/" 1.21 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL" 1.22 +WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL" 1.23 PROVIDE="enlightenment:pam" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 cd $src 1.29 - ./configure \ 1.30 - --prefix=/usr \ 1.31 - --sysconfdir=/etc \ 1.32 - --infodir=/usr/share/info \ 1.33 - --mandir=/usr/share/man \ 1.34 - $CONFIGURE_ARGS && 1.35 - make -j 4 && 1.36 - make DESTDIR=$PWD/_pkg install 1.37 + ./configure && make && make install 1.38 } 1.39 1.40 # Rules to gen a SliTaz package suitable for Tazpkg.