summaryrefslogtreecommitdiffstats
path: root/extra/claws-mail/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/claws-mail/Pkgfile')
-rw-r--r--extra/claws-mail/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/claws-mail/Pkgfile b/extra/claws-mail/Pkgfile
deleted file mode 100644
index 9155858b1..000000000
--- a/extra/claws-mail/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: client mail
-# URL: http://www.claws-mail.org
-# Packager: skingrapher at legtux dot org
-# Depends on: bogofilter, enchant, aspell, libetpan, gnupg, gpgme, gnutls, dbus, gtk, libtasn1
-# Run on: bogofilter,enchant,aspell,libetpan,gnupg,gpgme,gnutls,dbus,gtk,libtasn1
-
-name=claws-mail
-version=3.7.6
-release=1
-source=(http://www.claws-mail.org/snapshots/$name-$version.tar.bz2)
-
-build() {
-cd $name-$version
- ./configure --prefix=/usr --mandir=/usr/share/man \
- --disable-compface --disable-ldap \
- --disable-jpilot --enable-enchant --disable-dillo-viewer-plugin \
- --disable-networkmanager-support --disable-demo-plugin \
- --disable-openssl --enable-gnutls --enable-libetpan \
- --disable-spamassassin-plugin --enable-bogofilter-plugin
- make
- make DESTDIR=$PKG install
-}
-