wok-next rev 10321
enlightenment-pam: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 00:06:20 2011 +0000 (2011-05-22) |
parents | eca06e0c34de |
children | 5900e436a0da |
files | enlightenment-pam/receipt |
line diff
1.1 --- a/enlightenment-pam/receipt Sun May 22 00:05:58 2011 +0000 1.2 +++ b/enlightenment-pam/receipt Sun May 22 00:06:20 2011 +0000 1.3 @@ -6,18 +6,22 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Enlightenment window manager (E17)." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="alsa-lib edbus edje efreet pam" 1.8 -BUILD_DEPENDS="" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.enlightenment.org/" 1.11 WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL" 1.12 PROVIDE="enlightenment:pam" 1.13 1.14 +DEPENDS="alsa-lib edbus edje efreet pam" 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 pam-dev" 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 - ./configure && make && make install 1.24 + ./configure $CONFIGURE_ARGS && 1.25 + make && make install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.