# HG changeset patch # User Allan Pinto # Date 1243511668 0 # Node ID 0a3ea4d05d0770475d0c37cbb34a5534aed1f64a # Parent 403eee3905e8fbda1648241976d3367511af2765 add pan newsreader diff -r 403eee3905e8 -r 0a3ea4d05d07 pan/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pan/receipt Thu May 28 11:54:28 2009 +0000 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="pan" +VERSION="0.133" +CATEGORY="network" +SHORT_DESC="pan is a usenet newsreader" +MAINTAINER="allan316@gmail.com" +DEPENDS="pcre gmime gtkspell" +BUILD_DEPENDS="pcre-dev gmime-dev gtkspell-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://pan.rebelbase.com" +WGET_URL="$WEB_SITE/download/releases/$VERSION/source/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $_pkg/usr/share/pixmaps $fs/usr/share +} +