New package: bitlbee-3.2.2.
This commit is contained in:
parent
464dac5f49
commit
1e9039cf3a
2 changed files with 42 additions and 0 deletions
6
srcpkgs/bitlbee/files/bitlbee/run
Normal file
6
srcpkgs/bitlbee/files/bitlbee/run
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
mkdir -p /var/lib/bitlbee /run/bitlbee
|
||||
chown bitlbee:bitlbee /var/lib/bitlbee /run/bitlbee
|
||||
[ -s conf ] && . ./conf
|
||||
exec chpst -u bitlbee:bitlbee bitlbee -n ${OPTS:=-F}
|
36
srcpkgs/bitlbee/template
Normal file
36
srcpkgs/bitlbee/template
Normal file
|
@ -0,0 +1,36 @@
|
|||
# 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 <xtraeme@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue