# 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 }