# HG changeset patch # User Eric Joseph-Alexandre # Date 1305725038 -7200 # Node ID 57749b8f1c3c4ce9a190fa6abbc2eeeb905e47ad # Parent 0fd0cffcadc544f5d79fdc76dd1bdab936024e4d pan: fix bdeps diff -r 0fd0cffcadc5 -r 57749b8f1c3c pan/receipt --- a/pan/receipt Wed May 18 14:56:30 2011 +0200 +++ b/pan/receipt Wed May 18 15:23:58 2011 +0200 @@ -5,12 +5,13 @@ CATEGORY="network" SHORT_DESC="pan is a usenet newsreader" MAINTAINER="allan316@gmail.com" -DEPENDS="pcre gmime gtkspell gtk+ cairo gcc-lib-base glibc-base" -BUILD_DEPENDS="intltool" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pan.rebelbase.com" WGET_URL="$WEB_SITE/download/releases/$VERSION/source/$TARBALL" +DEPENDS="pcre gmime gtkspell gtk+ cairo gcc-lib-base glibc-base" +BUILD_DEPENDS="intltool gmime-dev" + # Rules to configure and make the package. compile_rules() { @@ -28,11 +29,8 @@ usenet-utils/numbers.cc cctype EOT ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + --prefix=/usr && + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.