44 lines
1.3 KiB
Bash
44 lines
1.3 KiB
Bash
# Template file for 'bitlbee'
|
|
pkgname=bitlbee
|
|
version=3.5.1
|
|
revision=5
|
|
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
|
|
$(vopt_if purple --purple=1 --purple=0)"
|
|
hostmakedepends="pkg-config asciidoc"
|
|
makedepends="libgcrypt-devel libotr-devel libressl-devel libglib-devel
|
|
$(vopt_if purple libpurple-devel)"
|
|
make_install_args="install-etc"
|
|
short_desc="Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://www.bitlbee.org/"
|
|
distfiles="http://get.bitlbee.org/src/$pkgname-$version.tar.gz"
|
|
checksum=9636d7fd89ebb3756c13a9a3387736ca6d56ccf66ec0580d512f07b21db0fa69
|
|
|
|
build_options="purple"
|
|
desc_option_purple="Build with libpurple support"
|
|
|
|
system_accounts="$pkgname"
|
|
bitlbee_homedir="/var/lib/$pkgname"
|
|
|
|
conf_files="
|
|
/etc/${pkgname}/*.txt
|
|
/etc/${pkgname}/*.conf
|
|
/etc/skyped/*.conf
|
|
/etc/skyped/*.cnf"
|
|
|
|
post_install() {
|
|
vsv $pkgname
|
|
}
|
|
|
|
bitlbee-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}-${version}_${revision} ${makedepends}"
|
|
pkg_install() {
|
|
make DESTDIR=${PKGDESTDIR} install-dev
|
|
}
|
|
}
|