New package: gnucash-2.6.0_1

This commit is contained in:
hanspolo 2014-01-05 18:19:03 +01:00
parent 804abb8042
commit 44fd3d97e7

20
srcpkgs/gnucash/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'gnucash'
pkgname=gnucash
version=2.6.0
revision=1
hostmakedepends="pkg-config"
makedepends="intltool glib-devel guile-devel libxml2-devel libxslt-devel gtk+-devel libgnomecanvas-devel goffice goffice-devel libgsf-devel GConf-devel webkit-gtk-devel gmp-devel gc-devel"
build_style="gnu-configure"
configure_args="--disable-dbi"
maintainer="Philipp Hirsch <itself@hanspolo.net>"
license="GPL-3"
homepage="http://www.gnucash.org/"
distfiles="http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=a875abf0ee3e7380fc41bd5bf2795787e4a8946ec579147b16acac665b9affbf
short_desc="Financial-accounting software"
gnucash_package() {
pkg_install() {
vmove all
}
}