New package: gramps-4.2.4

Closes: #4912 [via git-merge-pr]
This commit is contained in:
7185 2016-10-07 21:20:32 +02:00 committed by Toyam Cox
parent 3637a9660e
commit 459673ed98

20
srcpkgs/gramps/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'gramps'
pkgname=gramps
version=4.2.4
revision=1
build_style=python3-module
pycompile_module="gramps"
noarch=yes
hostmakedepends="pkg-config intltool"
makedepends="python-gobject-devel"
depends="python3-gobject python3-bsddb3"
short_desc="Genealogy program"
maintainer="7185 <7185@free.fr>"
license="GPL-2"
homepage="https://gramps-project.org"
distfiles="https://github.com/gramps-project/${pkgname}/archive/v${version}.tar.gz"
checksum=25190692f2f0d06e05f0761fef45173dd8d6693762572a62845b544a2c622efa
post_build() {
echo -n '/usr/share' > gramps/gen/utils/resource-path
}