# Template file for 'bitlbee' pkgname=bitlbee version=3.2.2 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 libssl-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=ba38939281f23e8a0e71022c7be0cb68f6544248404362c5e20245fa7a67558e 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 }