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

# source: james
TARBALL=lc3-$PKGVER.tar.xz
MD5SUM=4c83d316d0ee665746360da63207f9ce
SRC_URL=https://github.com/google/liblc3/archive/refs/tags/v$PKGVER.tar.gz
BUNDLE=

SLACKREQ=''
SLACKDESC="liblc3: liblc3 $PKGVER (LC3 audio codec)
liblc3: 
liblc3: Low Complexity Communication Codec (LC3) and LC3 Plus are audio 
liblc3: codecs designed for low-latency audio transport. LC3 is specified by 
liblc3: the Bluetooth Special Interset Group for the LE Audio protocol. LC3 
liblc3: Plus is defined by ETSI TS 103 634.
liblc3: 
liblc3: https://github.com/google/liblc3
liblc3: 
liblc3: 
liblc3:
"

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


