New package: gajim-0.15.3 (via pancake).
This commit is contained in:
parent
fe09001745
commit
4dad93c29d
1 changed files with 23 additions and 0 deletions
23
srcpkgs/gajim/template
Normal file
23
srcpkgs/gajim/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'gajim'
|
||||
pkgname=gajim
|
||||
version=0.15.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-site-packages"
|
||||
short_desc="Full featured Jabber/XMPP client"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
homepage="https://www.gajim.org"
|
||||
license="GPL-3"
|
||||
distfiles="https://gajim.org/downloads/0.15/gajim-$version.tar.bz2"
|
||||
checksum=4848e98b25b523e28014528a8b89289bf987d5ce9419dd78ccff74a35aa583f4
|
||||
|
||||
hostmakedepends="intltool python"
|
||||
makedepends="dbus-python pygtk-devel pyopenssl pysqlite"
|
||||
|
||||
gajim_package() {
|
||||
depends="python dbus-python pysqlite pyopenssl pygtk"
|
||||
pycompile_module="gajim"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue