### this file is sourced not run
PKGVER=0.14.3
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=spice-protocol-$PKGVER.tar.xz
MD5SUM=950e08044497ca9cf64e368cb3ceb395
SRC_URL=https://www.spice-space.org/download/releases/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="spice-protocol: spice-protocol $PKGVER (SPICE protocol heeders)
spice-protocol: 
spice-protocol: The spice-protocol package provides the SPICE protocol descriptions 
spice-protocol: that it used by SPICE server/clients to communicate with each other.
spice-protocol: 
spice-protocol: https://www.spice-space.org/spice-protocol.html
spice-protocol: 
spice-protocol: 
spice-protocol: 
spice-protocol: 
spice-protocol: 
"

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