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

# source: james
TARBALL=libortp-$PKGVER.tar.gz
MD5SUM=e4d0648b7b268fc19d328d25b2054cc1
SRC_URL=https://github.com/BelledonneCommunications/ortp/archive/refs/tags/$PKGVER.tar.gz
BUNDLE=

SLACKREQ=libbctoolbox
SLACKDESC="libortp: libortp $PKGVER (C library for RTP protocol)
libortp: 
libortp: oRTP is a C library implementing the RTP protocol (rfc3550). It is 
libortp: available for most unix clones (primilarly Linux and HP-UX), and 
libortp: Microsoft Windows.
libortp:
libortp: http://www.linphone.org/technical-corner/ortp
libortp: https://github.com/BelledonneCommunications/ortp
libortp: 
libortp: 
libortp:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CMAKEFLAGS="$CMAKEFLAGS -DENABLE_STATIC=OFF"
	pkg_build_cmake fdbuild &&
	pkg_build_slackdesc
}


