44 lines
1.3 KiB
Bash
44 lines
1.3 KiB
Bash
# Template file for 'bitlbee'
|
|
pkgname=bitlbee
|
|
version=3.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--etcdir=/etc/bitlbee --pidfile=/run/${pkgname}/${pkgname}.pid
|
|
--ipcsocket=/run/${pkgname}/${pkgname}.sock
|
|
--ssl=openssl --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 libressl-devel libglib-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
|
|
}
|
|
}
|