summaryrefslogtreecommitdiffstats
path: root/extra/att_remover/Pkgfile
blob: 7db3a2e94c46c9c0c51e79d2185bb9f4d4bd27b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description: extra plugin de claws-mail pour retirer les pièces jointes d'un message 
# URL: http://www.claws-mail.org/plugin.php?section=downloads
# Packager: skingrapher at legtux dot org
# Depends on: claws-mail
name=att_remover
version=1.0.11
release=1
source=(http://www.claws-mail.org/downloads/plugins/$name-$version.tar.gz)

build() {
cd $name-$version
        ./configure --prefix=/usr --mandir=/usr/share/man 
        make
        make DESTDIR=$PKG install
}