18 lines
639 B
Bash
18 lines
639 B
Bash
# Template file for 'gajim'
|
|
pkgname=gajim
|
|
version=0.16.9
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
configure_args="--enable-site-packages PYTHON=python2"
|
|
hostmakedepends="intltool python"
|
|
makedepends="python-dbus pygtk-devel python-openssl python-sqlite python-nbxmpp python-pyasn1"
|
|
depends="${makedepends/-devel/}"
|
|
pycompile_module="gajim"
|
|
short_desc="Full featured Jabber/XMPP client"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://www.gajim.org"
|
|
license="GPL-3"
|
|
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.bz2"
|
|
checksum=21b3973676fb04c8b665c83e65377623f321754634d87e3b072f2a7c77fb086c
|