void-packages/srcpkgs/sylpheed/template

42 lines
1.3 KiB
Text
Raw Normal View History

# Template build file for 'sylpheed'.
pkgname=sylpheed
2012-06-04 15:40:18 +00:00
version=3.1.4
revision=1
build_style=gnu-configure
configure_args="--disable-compface --disable-gtkspell"
2012-06-04 15:40:18 +00:00
makedepends="pkg-config flex zlib-devel openssl-devel gtk+-devel gpgme-devel"
short_desc="GTK+ Lightweight and user-friendly e-mail client"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-03-16 11:53:22 +00:00
license="GPL-2, LGPL-2.1"
2012-06-04 15:40:18 +00:00
homepage="http://sylpheed.sraoss.jp"
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.1/$pkgname-$version.tar.bz2"
checksum=5bd4105b78a65070000375193c506fda09c1e0471403f7b9e225cfca904c93ab
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"
2012-06-04 15:40:18 +00:00
LDFLAGS="-lgmodule-2.0"
pre_configure() {
sed -i 's/glibconfig/glib/' libsylph/defs.h
}
2012-03-16 11:53:22 +00:00
post_install() {
rm -rf ${DESTDIR}/usr/include
}