18 lines
610 B
Bash
18 lines
610 B
Bash
# Template file for 'gajim'
|
|
pkgname=gajim
|
|
version=0.16.5
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
configure_args="--enable-site-packages"
|
|
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=a5c015b3b140ec5e47d3842cbe701c9948af5a0cce36314248f0793c2d66d091
|