From 4d91fc9a2dc38054b8748f27193dc3a6950bda3c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 Jun 2011 22:47:46 +0000 Subject: Tue Jun 7 22:47:46 UTC 2011 --- community/prosody/PKGBUILD | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'community/prosody') diff --git a/community/prosody/PKGBUILD b/community/prosody/PKGBUILD index e7622f468..70fc356c9 100644 --- a/community/prosody/PKGBUILD +++ b/community/prosody/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 44453 2011-04-07 16:06:39Z spupykin $ +# $Id: PKGBUILD 48848 2011-06-06 14:44:51Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Dwayne Bent # Contributor: Paul-Sebastian Manole pkgname=prosody -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua." arch=('i686' 'x86_64') @@ -12,7 +12,8 @@ url="http://prosody.im/" license=('MIT') depends=('lua>=5.1' 'luasocket' 'luaexpat' 'luafilesystem' 'libidn>=0.5.18' 'openssl') optdepends=('luasec: TLS encryption support' - 'lua-zlib: compression support') + 'lua-zlib: compression support' + 'luadbi: SQL storage support') install=prosody.install backup=('etc/logrotate.d/prosody' 'etc/prosody/prosody.cfg.lua') @@ -20,19 +21,22 @@ source=("http://prosody.im/depot/${pkgver}/prosody-${pkgver}.tar.gz" 'prosody.rcd' 'prosody.logrotated' 'fix-config.patch') -md5sums=('8b057f62875b46b4a8061853a0953473' +md5sums=('2be3e9deed0b96f109efc5707d7728ba' 'd2b5f9c8e42bb31819e715eb1756ee53' '26466fdbea87963a3ca6f48f76fe4a29' '59a1bf2dfd0bd386cef6fa646e2a3752') build() { cd "$srcdir/prosody-$pkgver" - patch -p1 <$srcdir/fix-config.patch - ./configure --prefix=/usr --sysconfdir=/etc/prosody \ --datadir=/var/lib/prosody make +} + +package() { + cd "$srcdir/prosody-$pkgver" + make DESTDIR="$pkgdir" install rm $pkgdir/etc/prosody/certs/* -- cgit v1.2.3-54-g00ecf