wok diff alpine/receipt @ rev 17985

seamonkey: enable spell check
author Richard Dunbar <mojo@slitaz.org>
date Tue Apr 21 02:29:12 2015 -0400 (2015-04-21)
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 Apr 21 02:29:12 2015 -0400
     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  }