wok-6.x diff alpine/receipt @ rev 17320
Add opencsg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 04 13:21:47 2014 +0100 (2014-11-04) |
parents | 617dbdeb6f7e |
children | d5f9f516b706 |
line diff
1.1 --- a/alpine/receipt Wed Oct 02 13:07:29 2013 +0000 1.2 +++ b/alpine/receipt Tue Nov 04 13:21:47 2014 +0100 1.3 @@ -10,18 +10,18 @@ 1.4 WEB_SITE="http://www.washington.edu/alpine/" 1.5 WGET_URL="ftp://ftp.cac.washington.edu/alpine/$TARBALL" 1.6 TAGS="mail client" 1.7 +#HOST_ARCH="i486 arm" 1.8 1.9 -DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3" 1.10 -BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev" 1.11 +DEPENDS="libssl pam ncurses" 1.12 +BUILD_DEPENDS="openssl-dev pam-dev ncurses-dev" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 - cd $src 1.18 ./configure \ 1.19 - --prefix=/usr \ 1.20 - --infodir=/usr/share/info \ 1.21 - --mandir=/usr/share/man \ 1.22 + --without-tcl \ 1.23 + --without-ldap \ 1.24 + --without-krb5 \ 1.25 $CONFIGURE_ARGS && 1.26 make && make DESTDIR=$DESTDIR install 1.27 }