void-packages/srcpkgs/sylpheed/template
Juan RP c99995aa8a sylpheed: update to 3.0.0beta4.
--HG--
extra : convert_revision : 92baa5fb4176908880f4f8cccae7309b9ee07f65
2009-12-23 22:48:35 +01:00

41 lines
1.3 KiB
Text

# Template build file for 'sylpheed'.
pkgname=sylpheed
version=3.0.0beta4
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.0beta/$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=1cea406741cf464fe00374144b59ce97cbd861aca6a4c23f795662c10ab5f4b0
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 gtk+
Add_dependency run openssl
Add_dependency build pkg-config
Add_dependency build flex
Add_dependency build gtk+-devel
Add_dependency build openssl-devel
post_install()
{
rm -rf ${DESTDIR}/usr/include
}