void-packages/srcpkgs/sylpheed/template

19 lines
638 B
Plaintext

# Template build file for 'sylpheed'.
pkgname=sylpheed
version=3.3.0
revision=3
build_style=gnu-configure
configure_args="--disable-compface --disable-gtkspell"
hostmakedepends="pkg-config flex gpgme-devel"
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>"
license="GPL-2, LGPL-2.1"
homepage="http://sylpheed.sraoss.jp"
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.3/$pkgname-$version.tar.bz2"
checksum=4d8f791aaf0f347439512aec72cd8262f90e020352cb2f7b63727ac5bc07353b
post_install() {
rm -rf ${DESTDIR}/usr/include
}