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

# source: BLFS 11.3
TARBALL=woff2-$PKGVER.tar.gz
MD5SUM=793c8844845351cb80730a74937e411b
SRC_URL=https://github.com/google/woff2/archive/v$PKGVER/$TARBALL
BUNDLE=

SLACKREQ='brotli'
SLACKDESC="libwoff2: libwoff2 $PKGVER (WOFF2 font handling)
libwoff2: 
libwoff2: WOFF2 is a library for converting fonts from the TTF format to the 
libwoff2: WOFF 2.0 format. It also allows decompression from WOFF 2.0 to TTF. 
libwoff2: The WOFF 2.0 format uses the Brotli compression algorithm to compress 
libwoff2: fonts suitable for downloading in CSS @font-face rules.
libwoff2: 
libwoff2: https://github.com/google/woff2
libwoff2: 
libwoff2: 
libwoff2: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CMAKEFLAGS="$CMAKEFLAGS \
      -DCMAKE_BUILD_TYPE=Release  \
	" &&

	# build
	pkg_build_cmake out &&
	pkg_build_slackdesc
}

# vim:ft=sh:

