2008-10-06 03:48:43 +00:00
|
|
|
# Template build file for 'sylpheed'.
|
|
|
|
pkgname=sylpheed
|
2012-03-16 11:53:22 +00:00
|
|
|
version=3.1.3
|
|
|
|
homepage="http://sylpheed.sraoss.jp"
|
2011-02-20 08:44:26 +00:00
|
|
|
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.1/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2010-11-06 07:14:45 +00:00
|
|
|
configure_args="--disable-compface --disable-gtkspell"
|
2009-11-24 05:34:30 +00:00
|
|
|
short_desc="GTK+ Lightweight and user-friendly e-mail client"
|
2008-10-06 03:48:43 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-16 11:53:22 +00:00
|
|
|
license="GPL-2, LGPL-2.1"
|
|
|
|
checksum=ddeb9d613f1b5265a687ea54ba29e7920179bc450d639620ca6e79490037db87
|
2008-10-06 03:48:43 +00: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 17:17:17 +00:00
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build flex
|
2010-04-09 16:27:38 +00:00
|
|
|
Add_dependency build zlib-devel
|
2009-12-23 21:48:35 +00:00
|
|
|
Add_dependency build openssl-devel
|
2010-01-12 11:16:43 +00:00
|
|
|
Add_dependency build atk-devel
|
|
|
|
Add_dependency build glib-devel
|
|
|
|
Add_dependency build pango-devel
|
|
|
|
Add_dependency build cairo-devel
|
|
|
|
Add_dependency build freetype-devel
|
|
|
|
Add_dependency build fontconfig-devel
|
|
|
|
Add_dependency build gtk+-devel
|
2010-11-06 07:14:45 +00:00
|
|
|
Add_dependency build gpgme-devel
|
2009-12-23 21:48:35 +00:00
|
|
|
|
2012-03-16 11:53:22 +00:00
|
|
|
post_install() {
|
2009-12-23 21:48:35 +00:00
|
|
|
rm -rf ${DESTDIR}/usr/include
|
|
|
|
}
|