2008-10-06 05:48:43 +02:00
|
|
|
# Template build file for 'sylpheed'.
|
|
|
|
pkgname=sylpheed
|
2012-06-30 18:17:30 +02:00
|
|
|
version=3.2.0
|
2012-06-04 17:40:18 +02:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2010-11-06 08:14:45 +01:00
|
|
|
configure_args="--disable-compface --disable-gtkspell"
|
2012-06-04 17:40:18 +02:00
|
|
|
makedepends="pkg-config flex zlib-devel openssl-devel gtk+-devel gpgme-devel"
|
2009-11-24 06:34:30 +01:00
|
|
|
short_desc="GTK+ Lightweight and user-friendly e-mail client"
|
2008-10-06 05:48:43 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-16 12:53:22 +01:00
|
|
|
license="GPL-2, LGPL-2.1"
|
2012-06-04 17:40:18 +02:00
|
|
|
homepage="http://sylpheed.sraoss.jp"
|
2012-06-30 18:17:30 +02:00
|
|
|
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.2/$pkgname-$version.tar.bz2"
|
|
|
|
checksum=4aeb7c6436ad485a2cc101dd68a1fb84abcad4c6471ed9ddefec65e482e5b2b1
|
2008-10-06 05:48:43 +02:00
|
|
|
long_desc="
|
|
|
|
Sylpheed is a simple, lightweight but featureful, and easy-to-use
|
|
|
|
e-mail client (mailer, MUA).
|
|
|
|
|
|
|
|
Sylpheed has the following features:
|
|
|
|
|
|
|
|
* Simple, beautiful, and well-polished user interface
|
|
|
|
* Comfortable operationality which is built in detail
|
|
|
|
* Well-organized, easy-to-understand configuration
|
|
|
|
* Lightweight operation
|
|
|
|
* High reliability
|
|
|
|
* Internationalization and Multilingualization support
|
|
|
|
* High-level Japanese processing
|
|
|
|
* Various protocols support
|
|
|
|
* Security features (GnuPG, SSL/TLSv1)
|
|
|
|
* Powerful filtering and search
|
|
|
|
* Junk mail control
|
|
|
|
* Flexible cooperation with external commands"
|
2009-05-14 19:17:17 +02:00
|
|
|
|
2012-03-16 12:53:22 +01:00
|
|
|
post_install() {
|
2009-12-23 22:48:35 +01:00
|
|
|
rm -rf ${DESTDIR}/usr/include
|
|
|
|
}
|