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

# source: james

# release tarball
PKGVER=3.11.0
TARBALL=libre-baresip-$PKGVER.tar.gz
MD5SUM=6b1234bb01ca9a4747787a6f8c0a6a72
SRC_URL=https://github.com/baresip/re/archive/refs/tags/v$PKGVER.tar.gz
BUNDLE=

# git-master tarball
#PKGVER=
#MD5SUM=
#hash=
#hash7=${hash#???????}; hash7=${hash%$hash7}
#TARBALL=libre-baresip-$PKGVER-$hash7.tar.gz
#SRC_URL=https://github.com/baresip/re/archive/$hash.tar.gz

SLACKREQ=openssl
SLACKDESC="libre-baresip: libre-baresip $PKGVER (Real-time communications library)
libre-baresip: 
libre-baresip: libre is a Generic library for real-time communications with async IO 
libre-baresip: support. This is the baresip-forked version of libre.
libre-baresip: 
libre-baresip: https://github.com/baresip/re (this package)
libre-baresip: https://github.com/creytiv/re (original)
libre-baresip: 
libre-baresip: 
libre-baresip: 
libre-baresip:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_cmake &&
	pkg_build_slackdesc	
}
