summaryrefslogtreecommitdiff
path: root/libstrophe/Pkgfile
blob: e86b91831ad29ff4aa3788778f9d7803a43ad435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description:	lightweight XMPP client library written in C
# URL:		https://github.com/strophe/libstrope
# Maintainer:	Shokara Kou, kou at 13f0 dot net
# Depends on:	expat openssl

name=libstrophe
version=0.11.0
release=1
source=(https://github.com/strophe/$name/releases/download/$version/$name-$version.tar.xz)

build() {
	cd $name-$version

	./configure \
		--prefix=/usr

	make
	make DESTDIR=$PKG install

	rm -fr $PKG/usr/share/doc
}