summaryrefslogtreecommitdiff
path: root/extra/bitlbee/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-11 23:15:00 +0000
committerroot <root@rshg054.dnsready.net>2011-11-11 23:15:00 +0000
commite0f64ccb05c467785eaf68b42c3e302c44aa3324 (patch)
treee6cdb653ce50a1a2e3fd5ac74a46c1bbc33441bc /extra/bitlbee/PKGBUILD
parent4141f5b04aab597f88a617a82649a404c773469a (diff)
Fri Nov 11 23:15:00 UTC 2011
Diffstat (limited to 'extra/bitlbee/PKGBUILD')
-rw-r--r--extra/bitlbee/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD
index e12295d43..1016c2578 100644
--- a/extra/bitlbee/PKGBUILD
+++ b/extra/bitlbee/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 138192 2011-09-18 13:23:24Z bisson $
+# $Id: PKGBUILD 142478 2011-11-10 14:19:09Z bisson $
# Contributor: FUBAR <mrfubar@gmail.com>
# Contributor: simo <simo@archlinux.org>
# Contributor: Jeff 'codemac' Mickey <jeff@archlinux.org>
@@ -7,7 +7,7 @@
pkgname=bitlbee
pkgver=3.0.3
-pkgrel=4
+pkgrel=5
pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
arch=('i686' 'x86_64')
url='http://www.bitlbee.org/'
@@ -15,9 +15,11 @@ license=('GPL')
depends=('openssl' 'glib2' 'libotr')
optdepends=('xinetd: to run bitlbee through xinetd')
source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz"
+ 'msn.patch'
'xinetd'
'rc.d')
sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff'
+ 'e5880344ff96e6f061d850e7207f5f0bb31fb82b'
'5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
'be09d29af3853825778331df451f16ca9e452d03')
@@ -26,6 +28,8 @@ install=install
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
+ patch -p1 -i ../msn.patch
./configure --prefix=/usr \
--etcdir=/etc/bitlbee \