void-packages/srcpkgs/bitlbee/template
dequis 2fc54e0a21 bitlbee: switch to gnutls as the recommended upstream ssl library
Also drop the libressl specific patch, which is patching out an error
return which the configure script emits because openssl (and therefore
libressl) is not officially supported.
2019-07-17 08:50:57 +02:00

43 lines
1.2 KiB
Bash

# Template file for 'bitlbee'
pkgname=bitlbee
version=3.6
revision=3
build_style=gnu-configure
configure_args="--etcdir=/etc/bitlbee --pidfile=/run/${pkgname}/${pkgname}.pid
--ipcsocket=/run/${pkgname}/${pkgname}.sock
--strip=0 --otr=plugin
$(vopt_if purple --purple=1 --purple=0)"
make_install_args="install-etc"
hostmakedepends="pkg-config asciidoc"
makedepends="libgcrypt-devel libotr-devel libglib-devel gnutls-devel
$(vopt_if purple libpurple-devel)"
short_desc="Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.bitlbee.org/"
distfiles="https://get.bitlbee.org/src/${pkgname}-${version}.tar.gz"
checksum=9f15de46f29b46bf1e39fc50bdf4515e71b17f551f3955094c5da792d962107e
build_options="purple"
desc_option_purple="Build with libpurple support"
system_accounts="$pkgname"
bitlbee_homedir="/var/lib/${pkgname}"
make_dirs="/var/lib/bitlbee 0755 bitlbee bitlbee"
conf_files="
/etc/${pkgname}/*.txt
/etc/${pkgname}/*.conf"
post_install() {
vsv $pkgname
}
bitlbee-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}-${version}_${revision} ${makedepends}"
pkg_install() {
make DESTDIR=${PKGDESTDIR} install-dev
}
}