summaryrefslogtreecommitdiff
path: root/extra/bitlbee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bitlbee/PKGBUILD')
-rw-r--r--extra/bitlbee/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD
index ef8176d1f..5cf70124a 100644
--- a/extra/bitlbee/PKGBUILD
+++ b/extra/bitlbee/PKGBUILD
@@ -13,11 +13,10 @@ pkgrel=1
pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
url='http://www.bitlbee.org/'
license=('GPL')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
depends=('openssl' 'glib2')
makedepends=('asciidoc' 'libotr3')
-optdepends=('skype4py: to use skyped'
- 'libotr3: for OTR encryption support'
+optdepends=('libotr3: for OTR encryption support'
'xinetd: to run bitlbee through xinetd')
source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz"
'xinetd'
@@ -43,8 +42,7 @@ build() {
--systemdsystemunitdir=/usr/lib/systemd/system \
--ssl=openssl \
--strip=0 \
- --otr=plugin \
- --skype=plugin
+ --otr=plugin
# hacky: build against libotr3
sed -i 's,^OTRFLAGS=.*,OTRFLAGS=-lotr3,' Makefile.settings