# Template file for 'bitlbee' pkgname=bitlbee version=3.4 revision=1 build_style=gnu-configure configure_args="--etcdir=/etc/bitlbee --sbindir=/usr/bin --pidfile=/run/${pkgname}/${pkgname}.pid --ipcsocket=/run/${pkgname}/${pkgname}.sock --ssl=openssl --strip=0 --otr=plugin --skype=plugin" hostmakedepends="pkg-config asciidoc" makedepends="libgcrypt-devel libotr-devel libressl-devel libglib-devel" make_install_args="install-etc" short_desc="Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC" maintainer="Juan RP " license="GPL-2" homepage="http://www.bitlbee.org/" distfiles="http://get.bitlbee.org/src/$pkgname-$version.tar.gz" checksum=cebad646bbfd17c80923743244039fd970e3ca27e8c1b7cf872622e773239d5e system_accounts="$pkgname" bitlbee_homedir="/var/lib/$pkgname" conf_files=" /etc/${pkgname}/motd.txt /etc/${pkgname}/${pkgname}.conf /etc/skyped/skyped.conf /etc/skyped/skyped.cnf" post_configure() { sed -e "s,-L/lib,-L${XBPS_CROSS_BASE}/usr/lib,g" \ -e "s,-I/include,-I${XBPS_CROSS_BASE}/usr/include,g" \ -i Makefile.settings } post_install() { vsv $pkgname }