diff options
author | Simon Wilper <sxw@chronowerks.de> | 2018-07-07 21:26:00 +0200 |
---|---|---|
committer | Simon Wilper <sxw@chronowerks.de> | 2018-07-07 21:26:00 +0200 |
commit | f13f15da84bd9dbdd4dba3e730e901c8dd5a3270 (patch) | |
tree | 01ee158b0010818cd33c435cda2014e9eabfe1f4 /.SRCINFO | |
parent | 2abfbab6d277511992d8d1cb6f43d256e8075d05 (diff) | |
download | jabberd2-f13f15da84bd9dbdd4dba3e730e901c8dd5a3270.tar.xz |
added OpenSSL patch
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -37,3 +37,40 @@ pkgbase = jabberd2 pkgname = jabberd2 +pkgbase = jabberd2-git + pkgdesc = Scalable, architecturally sound, and extensible XMPP server + pkgver = r1169.bc2d7ae + pkgrel = 1 + url = http://jabberd2.org/ + install = install + arch = i686 + arch = x86_64 + arch = armv6h + license = GPL + makedepends = sqlite3 + makedepends = postgresql-libs + makedepends = autoconf-archive + depends = udns + depends = expat + depends = gsasl + depends = libidn + depends = openssl + optdepends = sqlite3 + optdepends = postgresql-libs + options = !libtool + backup = etc/jabberd/c2s.xml + backup = etc/jabberd/jabberd.cfg + backup = etc/jabberd/router-filter.xml + backup = etc/jabberd/router-users.xml + backup = etc/jabberd/router.xml + backup = etc/jabberd/s2s.xml + backup = etc/jabberd/sm.xml + backup = etc/jabberd/templates/roster.xml + backup = etc/pam.d/jabberd + source = git+https://github.com/jabberd2/jabberd2.git + source = pam_jabberd + sha512sums = SKIP + sha512sums = e6507a2a7e226398253623bb46db7ae853b01649b7ac00f3eee0a9b57c2ef0e8ac1f90c4934269f5fe2b7667e56572bed233b847d0b66a3fd37a88b7ed8adc31 + +pkgname = jabberd2-git + |