wok diff pan/receipt @ rev 10433

cyrus-sasl: fix bdeps (need openssl-dev + rm libkrb5, if krb5 support is needed we must add krb5-dev to bdeps)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 00:25:23 2011 +0200 (2011-05-25)
parents 4ac89a72e7e1
children 49fd674392d7
line diff
     1.1 --- a/pan/receipt	Wed Mar 09 06:47:11 2011 +0100
     1.2 +++ b/pan/receipt	Wed May 25 00:25:23 2011 +0200
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="pan is a usenet newsreader"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 -DEPENDS="pcre gmime gtkspell gtk+ cairo gcc-lib-base glibc-base"
     1.8 -BUILD_DEPENDS="intltool"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://pan.rebelbase.com"
    1.11  WGET_URL="$WEB_SITE/download/releases/$VERSION/source/$TARBALL"
    1.12  
    1.13 +DEPENDS="pcre gmime gtkspell gtk+ cairo gcc-lib-base glibc-base"
    1.14 +BUILD_DEPENDS="intltool gmime-dev"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 @@ -28,11 +29,8 @@
    1.20  usenet-utils/numbers.cc	cctype
    1.21  EOT
    1.22  	./configure \
    1.23 -		--prefix=/usr \
    1.24 -		--infodir=/usr/share/info \
    1.25 -		--mandir=/usr/share/man \
    1.26 -		$CONFIGURE_ARGS &&
    1.27 -	make && make DESTDIR=$PWD/_pkg install
    1.28 +		--prefix=/usr &&
    1.29 +	make && make DESTDIR=$DESTDIR install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.