void-packages/srcpkgs/gnucash/template
2015-01-09 14:57:03 +00:00

44 lines
1.3 KiB
Plaintext

# Template file for 'gnucash'
pkgname=gnucash
version=2.6.5
revision=3
conf_files="
/etc/gnucash/config
/etc/gnucash/environment"
hostmakedepends="pkg-config intltool guile"
makedepends="
gmp-devel gtk+-devel libxml2-devel libxslt-devel libgnomecanvas-devel
goffice0.8-devel libgsf-devel GConf-devel webkitgtk2-devel gc-devel guile-devel
aqbanking-devel aqbanking libofx-devel gwenhywfar-devel gwenhywfar-gtk python-devel"
depends="guile dconf"
build_style="gnu-configure"
configure_args="--disable-dbi --enable-aqbanking --enable-python"
maintainer="Philipp Hirsch <itself@hanspolo.net>"
license="GPL-3"
homepage="http://www.gnucash.org/"
short_desc="Financial-accounting software"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=b1b1a943a322e7bf7afb0c2202f491560d4734a2036438bf9820378c34203d65
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
broken="http://build.voidlinux.eu/builders/i686_builder/builds/8362/steps/shell_3/logs/stdio"
fi
libgnucash_package() {
short_desc+=" - library files"
pkg_install() {
# gnucash depends on the *.so symlinks to compile guile
# modules on demand.
vmove usr/lib/*.so
vmove usr/lib/*.so.*
vmove usr/lib/gnucash
}
}
libgnucash-devel_package() {
short_desc+=" - development files"
depends="libgnucash>=${version}_${revision}"
pkg_install() {
vmove usr/include
}
}