1 # Contributor: Yejun Yang <yejunx AT gmail DOT com>
2 # Contributor: Michal Krenek <mikos@sg1.cz>
7 pkgdesc="Open-source implementation of the Secure Real-time Transport Protocol (SRTP)"
8 url="http://srtp.sourceforge.net/srtp.html"
12 source=(http://srtp.sourceforge.net/srtp-$pkgver.tgz)
13 md5sums=('7b0ffbfad9bbaf33d397027e031cb35a')
17 ./configure --prefix=/usr
18 make CFLAGS="${CFLAGS} -fPIC" || return 1
19 make DESTDIR=$pkgdir install || return 1