18 lines
625 B
Bash
18 lines
625 B
Bash
# Template file for 'gajim'
|
|
pkgname=gajim
|
|
version=0.16.7
|
|
revision=2
|
|
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"
|
|
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=b2071bbf499a2ad13ee484ad3d9b967c9c281db865b28c2016bb199146367047
|