wok-next diff enlightenment-pam/receipt @ rev 14754
linux: add default initrd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 16 20:18:01 2013 +0200 (2013-06-16) |
parents | 5d218ebd670e |
children | b2da2c5cbaf2 |
line diff
1.1 --- a/enlightenment-pam/receipt Tue Apr 23 21:25:42 2013 +0200 1.2 +++ b/enlightenment-pam/receipt Sun Jun 16 20:18:01 2013 +0200 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="enlightenment-pam" 1.6 SOURCE="enlightenment" 1.7 -VERSION="0.17.2.1" 1.8 +VERSION="0.17.3" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Enlightenment window manager (E17) with PAM, Bluez and connman support." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -14,9 +14,11 @@ 1.13 LOCALES="da de es fr fr_CH it pt_BR ru zh_CN zh_TW" 1.14 1.15 # Add PAM and bluez support (enlightenment is smaller). 1.16 -DEPENDS="emotion efreet edbus eeze alsa-lib connman pam xcb-util-keysyms" 1.17 -BUILD_DEPENDS="emotion-dev efreet-dev edbus-dev eeze-dev 1.18 -alsa-lib-dev bluez-dev connman-dev pam-dev pm-utils xcb-util-keysyms-dev" 1.19 +DEPENDS="emotion efreet edbus alsa-lib pam xcb-util-keysyms" 1.20 +BUILD_DEPENDS="emotion-dev efreet-dev edbus-dev 1.21 +xcb-util-keysyms-dev alsa-lib-dev 1.22 +bluez-dev connman-dev pam-dev pm-utils" 1.23 +SUGGESTED="bluez wpa_supplicant connman pm-utils" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 @@ -24,11 +26,14 @@ 1.28 CFLAGS="$CFLAGS -fvisibility=hidden" 1.29 LDFLAGS="$LDFLAGS -fvisibility=hidden" 1.30 export LDFLAGS 1.31 + 1.32 ./configure \ 1.33 --sysconfdir=/etc \ 1.34 + --disable-mount-hal \ 1.35 --disable-doc \ 1.36 + --build=${ARCH}-slitaz-gnulinux \ 1.37 $CONFIGURE_ARGS && 1.38 - make && make install 1.39 + make $MAKEFLAGS && make install 1.40 } 1.41 1.42 # Rules to gen a SliTaz package suitable for Tazpkg.