summaryrefslogtreecommitdiffstats
path: root/extra/claws-mail/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2010-02-08 23:55:02 +0400
committerskingrapher <gandalf@aldebaran.(none)>2010-02-08 23:55:02 +0400
commit0a511a7ee522c06bf016cf7b16ec1668a18c97de (patch)
treed5441f3c3f10eb3c49b615ba77bf825976273d16 /extra/claws-mail/Pkgfile
parentb0cb62ebcd4db6b5af591da4bfa2047d290c9a10 (diff)
downloadnutyx-extra-0a511a7ee522c06bf016cf7b16ec1668a18c97de.tar.gz
nutyx-extra-0a511a7ee522c06bf016cf7b16ec1668a18c97de.tar.bz2
nutyx-extra-0a511a7ee522c06bf016cf7b16ec1668a18c97de.tar.xz
nutyx-extra-0a511a7ee522c06bf016cf7b16ec1668a18c97de.zip
ajout de claws-mail#3.7.5cvs7-1
Diffstat (limited to 'extra/claws-mail/Pkgfile')
-rw-r--r--extra/claws-mail/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/claws-mail/Pkgfile b/extra/claws-mail/Pkgfile
new file mode 100644
index 000000000..3ebb35c57
--- /dev/null
+++ b/extra/claws-mail/Pkgfile
@@ -0,0 +1,20 @@
+# 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
+name=claws-mail
+version=3.7.5cvs7
+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
+}