void-packages/srcpkgs/sylpheed/template

19 lines
638 B
Text
Raw Normal View History

# Template build file for 'sylpheed'.
pkgname=sylpheed
2012-11-13 10:26:06 +00:00
version=3.3.0
revision=3
build_style=gnu-configure
configure_args="--disable-compface --disable-gtkspell"
hostmakedepends="pkg-config flex gpgme-devel"
2014-02-16 17:58:35 +00:00
makedepends="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"
2012-11-13 10:26:06 +00:00
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.3/$pkgname-$version.tar.bz2"
checksum=4d8f791aaf0f347439512aec72cd8262f90e020352cb2f7b63727ac5bc07353b
2012-03-16 11:53:22 +00:00
post_install() {
rm -rf ${DESTDIR}/usr/include
}