wok rev 2034

Nail: avoid compiling with kerberos (krb5)
author Pierre-Jean Fichet <sygne@ombres.eu>
date Sat Jan 10 13:56:19 2009 +0100 (2009-01-10)
parents 70dcf8d10bf9
children a9ccb18e971d
files nail/receipt
line diff
     1.1 --- a/nail/receipt	Sat Jan 10 01:23:09 2009 +0100
     1.2 +++ b/nail/receipt	Sat Jan 10 13:56:19 2009 +0100
     1.3 @@ -5,26 +5,25 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Text mode mail user agent."
     1.6  MAINTAINER="sygne@ombres.eu"
     1.7 -DEPENDS=""
     1.8 -BUILD_DEPENDS=""
     1.9 -WANTED=""
    1.10 +DEPENDS="openssl"
    1.11 +BUILD_DEPENDS="openssl-dev"
    1.12  SOURCE="mailx"
    1.13  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://heirloom.sourceforge.net/mailx.html"
    1.15 -WGET_URL="http://prdownloads.sourceforge.net/heirloom/$TARBALL"
    1.16 +WGET_URL="$SF_MIRROR/heirloom/$TARBALL"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21  	cd $src
    1.22 +
    1.23 +	# avoid compiling with kerberos authentification:	
    1.24 +	make config.h
    1.25 +	sed -i -e "/GSSAPI/d" config.h
    1.26 +	sed -i -e "/gssapi/d" config.h
    1.27  	
    1.28 -	make
    1.29  	make install UCBINSTALL=/usr/bin/install \
    1.30 -	DESTDIR=$PWD/_pkg PREFIX=/usr
    1.31 -
    1.32 -	
    1.33 -	
    1.34 -	
    1.35 +	DESTDIR=$PWD/_pkg PREFIX=/usr	
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.