1 # Maintainer : SpepS <dreamspepser at yahoo dot it>
2 # Contributor: Luka Perkov <archlinux <at> lukaperkov <dOt> net>
8 pkgdesc="A library for real-time communications with async IO support, a complete SIP stack with support for SDP, RTP/RTCP, STUN/TURN/ICE and DNS Client"
10 url="http://www.creytiv.com/"
13 source=("http://www.creytiv.com/pub/$_name-$pkgver.tar.gz")
14 md5sums=('77469714212b40ec7f224ad8648f91d2')
17 cd "$srcdir/$_name-$pkgver"
22 cd "$srcdir/$_name-$pkgver"
23 make DESTDIR="$pkgdir" install
26 install -Dm644 docs/COPYING \
27 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29 # fix permission for static lib
30 chmod 644 "$pkgdir/usr/lib/$pkgname.a"
33 sed -i '7a#include <stdint.h>' \
34 "$pkgdir/usr/include/re/re_types.h"