# SliTaz package receipt. PACKAGE="claws-mail-attremover" VERSION="1.0.12" CATEGORY="network" SHORT_DESC="claws-mail plugin - Remove attachments from emails." MAINTAINER="erjo@slitaz.org" DEPENDS="claws-mail xorg-libXdamage" BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev" SOURCE="att_remover" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" WGET_URL="http://www.claws-mail.org/downloads/plugins/$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/lib/claws-mail/plugins cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ }