void-packages/srcpkgs/sylpheed/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

27 lines
890 B
Bash

# Template build file for 'sylpheed'.
pkgname=sylpheed
version=3.4.2
revision=5
lib32disabled=yes
build_style=gnu-configure
configure_args="--disable-compface --disable-gtkspell --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
hostmakedepends="automake libtool pkg-config flex gettext-devel gtk+-devel gpgme-devel glib-devel"
makedepends="libfl-devel zlib-devel libressl-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.4/$pkgname-$version.tar.bz2"
checksum=198de08d01a5c150adae6b6612da80674bbc7ed59b58bbd7508124b869322ba3
pre_configure() {
aclocal -I ac
libtoolize --force --copy
autoheader
automake --add-missing --foreign --copy
autoconf
}
post_install() {
rm -rf ${DESTDIR}/usr/include
}