wok-stable diff nail/receipt @ rev 2204
get-OpenOffice3: add it_IT and ru_RU support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 10 10:31:53 2009 +0000 (2009-02-10) |
parents | d314a27329ca |
children | c1550cd1e389 |
line diff
1.1 --- a/nail/receipt Sat Nov 08 14:02:59 2008 +0000 1.2 +++ b/nail/receipt Tue Feb 10 10:31:53 2009 +0000 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.