[arch-commits] Commit in bitlbee/trunk (PKGBUILD install)

Gaetan Bisson bisson at archlinux.org
Tue Dec 6 11:34:55 UTC 2011


    Date: Tuesday, December 6, 2011 @ 06:34:55
  Author: bisson
Revision: 144470

build otr and skype as plugins

Modified:
  bitlbee/trunk/PKGBUILD
  bitlbee/trunk/install

----------+
 PKGBUILD |   17 +++++++++++------
 install  |    1 +
 2 files changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-06 11:33:55 UTC (rev 144469)
+++ PKGBUILD	2011-12-06 11:34:55 UTC (rev 144470)
@@ -8,13 +8,16 @@
 
 pkgname=bitlbee
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
-arch=('i686' 'x86_64')
 url='http://www.bitlbee.org/'
 license=('GPL')
-depends=('openssl' 'glib2' 'libotr')
-optdepends=('xinetd: to run bitlbee through xinetd')
+arch=('i686' 'x86_64')
+depends=('openssl' 'glib2')
+makedepends=('asciidoc' 'libotr')
+optdepends=('python2: 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,14 +31,16 @@
 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 \
+		--otr=plugin \
+		--skype=plugin \
 
 	make
 }

Modified: install
===================================================================
--- install	2011-12-06 11:33:55 UTC (rev 144469)
+++ install	2011-12-06 11:34:55 UTC (rev 144470)
@@ -10,4 +10,5 @@
 post_remove() {
 	getent passwd bitlbee &>/dev/null && userdel bitlbee >/dev/null
 	getent group bitlbee &>/dev/null && groupdel bitlbee >/dev/null
+	true
 }




More information about the arch-commits mailing list