gnucash: add configuration files; move headers to -devel subpkg.
This commit is contained in:
parent
1c19b3012f
commit
d52cf6cb3a
|
@ -0,0 +1 @@
|
|||
gnucash
|
|
@ -1,7 +1,10 @@
|
|||
# Template file for 'gnucash'
|
||||
pkgname=gnucash
|
||||
version=2.6.0
|
||||
revision=3
|
||||
revision=4
|
||||
conf_files="
|
||||
/etc/gnucash/config
|
||||
/etc/gnucash/environment"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="gmp-devel gtk+-devel guile-devel libxml2-devel libxslt-devel libgnomecanvas-devel goffice0.8-devel libgsf-devel GConf-devel webkit-gtk-devel gc-devel"
|
||||
build_style="gnu-configure"
|
||||
|
@ -9,6 +12,13 @@ configure_args="--disable-dbi"
|
|||
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.gnucash.org/"
|
||||
short_desc="Financial-accounting software"
|
||||
distfiles="http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=a875abf0ee3e7380fc41bd5bf2795787e4a8946ec579147b16acac665b9affbf
|
||||
short_desc="Financial-accounting software"
|
||||
|
||||
gnucash-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue