summaryrefslogtreecommitdiff
path: root/extra/bitlbee
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-12-09 15:21:15 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-12-09 15:21:15 +0100
commit784f841dd02d4cf93e02aeab3e17cb7de1a7937f (patch)
treee5c1dc07e7ca785a346ef10efa7b43e212b7c884 /extra/bitlbee
parentebd15ff2a4a2dd51cc6d862bcef96a1b6d753336 (diff)
parent707457876743e969be9eb163c36928978df245cd (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/python-mpi4py/PKGBUILD community/sword/PKGBUILD community/xiphos/PKGBUILD extra/bitlbee/PKGBUILD extra/nicotine/PKGBUILD extra/purple-plugin-pack/PKGBUILD multilib/lib32-curl/PKGBUILD multilib/lib32-glib2/PKGBUILD
Diffstat (limited to 'extra/bitlbee')
-rw-r--r--extra/bitlbee/PKGBUILD19
-rw-r--r--extra/bitlbee/install1
2 files changed, 12 insertions, 8 deletions
diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD
index ce74ff1bb..2153ff5ad 100644
--- a/extra/bitlbee/PKGBUILD
+++ b/extra/bitlbee/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 144362 2011-12-05 08:15:00Z bisson $
+# $Id: PKGBUILD 144487 2011-12-06 22:43:42Z bisson $
# Contributor: FUBAR <mrfubar@gmail.com>
# Contributor: simo <simo@archlinux.org>
@@ -8,13 +8,16 @@
pkgname=bitlbee
pkgver=3.0.4
-pkgrel=1
+pkgrel=3
pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
-arch=('i686' 'x86_64' 'mips64el')
url='http://www.bitlbee.org/'
license=('GPL')
-depends=('openssl' 'glib2' 'libotr')
-optdepends=('xinetd: to run bitlbee through xinetd')
+arch=('i686' 'x86_64' 'mips64el')
+depends=('openssl' 'glib2')
+makedepends=('asciidoc' 'libotr')
+optdepends=('skype4py: to use skyped'
+ 'libotr: for OTR encryption support'
+ 'xinetd: to run bitlbee through xinetd')
source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz"
'xinetd'
'rc.d')
@@ -28,15 +31,15 @@ install=install
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
+ ./configure \
+ --prefix=/usr \
--etcdir=/etc/bitlbee \
--pidfile=/var/run/bitlbee/bitlbee.pid \
--ipcsocket=/var/run/bitlbee/bitlbee.sock \
--systemdsystemunitdir=/lib/systemd/system \
--ssl=openssl \
--strip=0 \
- --otr=1 \
- --ssl=gnutls
+ --otr=plugin
make
}
diff --git a/extra/bitlbee/install b/extra/bitlbee/install
index 7b43c7885..b0dd5511d 100644
--- a/extra/bitlbee/install
+++ b/extra/bitlbee/install
@@ -10,4 +10,5 @@ post_upgrade() {
post_remove() {
getent passwd bitlbee &>/dev/null && userdel bitlbee >/dev/null
getent group bitlbee &>/dev/null && groupdel bitlbee >/dev/null
+ true
}