wok view claws-mail-attremover/receipt @ rev 1371

Add jack-audio-connection-kit-dev
author Allan Pinto <allan316@gmail.com>
date Thu Sep 11 19:07:18 2008 +0000 (2008-09-11)
parents
children 03a799424aaa
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-attremover"
4 VERSION="1.0.8"
5 CATEGORY="internet"
6 SHORT_DESC="claws-mail plugin - Remove attachments from emails."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="claws-mail"
9 SOURCE="att_remover"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads"
12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr --infodir=/usr/share/info \
19 --mandir=/usr/share/man $CONFIGURE_ARGS
20 make && \
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib/claws-mail/plugins
28 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
29 }