20 lines
626 B
Bash
20 lines
626 B
Bash
# Template file for 'bitlbee-facebook'
|
|
pkgname=bitlbee-facebook
|
|
version=0.9.9.1
|
|
revision=1
|
|
_commit=635c9cef534f9b469e1adfca0b5f091789eaef1c
|
|
build_style=gnu-configure
|
|
wrksrc="$pkgname-$_commit"
|
|
hostmakedepends="libtool automake pkg-config glib-devel"
|
|
makedepends="bitlbee-devel json-glib-devel"
|
|
short_desc="Facebook protocol plugin for BitlBee"
|
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="https://github.com/jgeboski/bitlbee-facebook"
|
|
distfiles="${homepage}/archive/$_commit.tar.gz"
|
|
checksum=b56bfa553247a84b4067e6631e1fecf2afa12b6a2241998d4035afaa10543377
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|