20 lines
623 B
Bash
20 lines
623 B
Bash
# Template file for 'gramps'
|
|
pkgname=gramps
|
|
version=4.2.8
|
|
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=aa2c18cdeb3d7fc07f0013d5ca9c651f3bd4aa02f03010966857f804b227668d
|
|
|
|
post_install() {
|
|
echo -n '/usr/share' > ${DESTDIR}${py3_sitelib}/gramps/gen/utils/resource-path
|
|
}
|