58 lines
1.8 KiB
Text
58 lines
1.8 KiB
Text
# Template build file for 'sylpheed'.
|
|
pkgname=sylpheed
|
|
version=3.0.3
|
|
revision=1
|
|
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.0/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--disable-compface --disable-gtkspell --disable-gpgme"
|
|
short_desc="GTK+ Lightweight and user-friendly e-mail client"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=9625525564542cdf65cf929a691a80513a549baf0f9b89c37e26948255648f75
|
|
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"
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run zlib
|
|
Add_dependency run atk
|
|
Add_dependency run glib
|
|
Add_dependency run pango
|
|
Add_dependency run cairo
|
|
Add_dependency run freetype
|
|
Add_dependency run fontconfig
|
|
Add_dependency run libpng
|
|
Add_dependency run gdk-pixbuf
|
|
Add_dependency run gtk+
|
|
Add_dependency run libssl
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build flex
|
|
Add_dependency build zlib-devel
|
|
Add_dependency build openssl-devel
|
|
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
|
|
|
|
post_install()
|
|
{
|
|
rm -rf ${DESTDIR}/usr/include
|
|
}
|