j.r 71b1b89f91 testing/libstrophe: new aport
https://strophe.im/libstrophe/
Simple, lightweight C library for writing XMPP clients
2021-07-25 01:06:42 +00:00

35 lines
794 B
Plaintext

# Maintainer: j.r <j.r@jugendhacker.de>
pkgname=libstrophe
pkgver=0.10.1
pkgrel=0
pkgdesc="Simple, lightweight C library for writing XMPP clients"
url="https://strophe.im/libstrophe/"
arch="all"
license="GPL-3.0-or-later MIT"
makedepends="expat-dev openssl-dev"
subpackages="$pkgname-dev"
source="https://github.com/strophe/libstrophe/releases/download/$pkgver/libstrophe-$pkgver.tar.gz"
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var
make
}
check() {
make check
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
1ee3cb76cdc76711b4928d69fb8add974ab8359b729ec12003d73530c93492f4e8d208cacbd50f8db7509bc01f56a9f945348bc3a6fdd18a7080b751fff8a783 libstrophe-0.10.1.tar.gz
"