[Lunar-commits] <moonbase-other> sylpheed: resurrected & bumped
v4hn
me at v4hn.de
Mon May 6 03:33:15 CEST 2013
commit 5516eeef1d073507c9a48b445b263d0f732426ad
Author: v4hn <me at v4hn.de>
Date: Sun, 05 May 2013 18:32:39 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/5516eeef1d073507c9a48b445b263d0f732426ad
sylpheed: resurrected & bumped
Happy Mailing wdp
---
mail/sylpheed/BUILD | +4/-0
mail/sylpheed/DEPENDS | +8/-0
mail/sylpheed/DETAILS | +15/-0
3 files changed, 27 insertions(+)
--- /dev/null
+++ b/mail/sylpheed/BUILD
@@ -0,0 +1,4 @@
+default_build &&
+
+install -m 755 -d /usr/share/pixmaps/ &&
+install -m 644 sylpheed.png /usr/share/pixmaps/
--- /dev/null
+++ b/mail/sylpheed/DEPENDS
@@ -0,0 +1,8 @@
+depends gtk+-2
+
+optional_depends compface "" "--disable-compface" "for X-Face support"
+optional_depends openssl "" "--disable-ssl" "for pop3s and imaps"
+optional_depends openldap "--enable-ldap" "" "for ldap support"
+optional_depends gpgme "" "--disable-gpgme" "for encrypted email"
+optional_depends jpilot "--enable-jpilot" "" "to use jpilot address book"
+optional_depends gtkspell "" "--disable-gtkspell" "for inline spellchecking support"
--- /dev/null
+++ b/mail/sylpheed/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=sylpheed
+ VERSION=3.3.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}
+ SOURCE_VFY=sha1:07b7dd7f0b58065b6f8db7a3b443240aade7da6a
+ WEB_SITE=http://sylpheed.sraoss.jp/en
+ ENTERED=20050201
+ UPDATED=20130506
+ SHORT="A gtk+-2 based e-mail client (and news reader)"
+
+cat << EOF
+Sylpheed strives to be a simple, lightweight but featureful, easy-to-use
+e-mail and news clinet based on the gtk+-2 toolkit. Messages are stored
+in the MH message format on your local system.
+EOF
More information about the Lunar-commits
mailing list