wok annotate claws-mail-attremover/receipt @ rev 1453

ndiswrapper: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 03 14:05:05 2008 +0000 (2008-10-03)
parents c140d16986cd
children 6a6ba65f2ad7
rev   line source
erjo@1321 1 # SliTaz package receipt.
erjo@1321 2
erjo@1321 3 PACKAGE="claws-mail-attremover"
erjo@1321 4 VERSION="1.0.8"
pascal@1423 5 CATEGORY="network"
erjo@1321 6 SHORT_DESC="claws-mail plugin - Remove attachments from emails."
erjo@1321 7 MAINTAINER="erjo@slitaz.org"
erjo@1321 8 DEPENDS="claws-mail"
erjo@1321 9 SOURCE="att_remover"
erjo@1321 10 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@1321 11 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
erjo@1321 12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@1321 13
erjo@1321 14 # Rules to configure and make the package.
erjo@1321 15 compile_rules()
erjo@1321 16 {
erjo@1321 17 cd $src
erjo@1321 18 ./configure --prefix=/usr --infodir=/usr/share/info \
erjo@1321 19 --mandir=/usr/share/man $CONFIGURE_ARGS
erjo@1321 20 make && \
erjo@1321 21 make DESTDIR=$PWD/_pkg install
erjo@1321 22 }
erjo@1321 23
erjo@1321 24 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1321 25 genpkg_rules()
erjo@1321 26 {
erjo@1321 27 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@1321 28 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
erjo@1321 29 }