### this file is sourced not run
PKGVER=2.1.2
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=ccrtp-$PKGVER.tar.gz
MD5SUM=e6792cbd8b705901c205a509bd7f812f
SRC_URL=https://mirror.freedif.org/GNU/ccrtp/$TARBALL
BUNDLE=

SLACKREQ='libucommon libgcrypt'
SLACKDESC="libccrtp: libccrtp $PKGVER (RTP Library)
libccrtp: 
libccrtp: GNU ccRTP is an implementation of RTP, the real-time transport 
libccrtp: protocol from the IETF (see RFC 3550, RFC 3551 and RFC 3555). 
libccrtp: Releases 1.5.0 and above support the Secure RTP profile, SRTP (see 
libccrtp: RFC 3711).
libccrtp: 
libccrtp: https://www.gnu.org/software/ccrtp/
libccrtp: 
libccrtp: 
libccrtp: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CXXFLAGS="$CXXFLAGS -std=c++11" # gcc 12
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf
	pkg_build_slackdesc
}


