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

# source: BLFS 11.3
TARBALL=libspiro-dist-20220722.tar.gz
MD5SUM=c21f86e6c1ad65ed4cb1f754f6d7563c
SRC_URL=https://github.com/fontforge/libspiro/releases/download/20220722/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libspiro: libspiro $PKGVER (Spiro library)  
libspiro:  
libspiro: Spiro is a library to simplify drawing of beautiful curves. Using 
libspiro: bézier splines an artist can easily draw curves with the same slope 
libspiro: on either side of an on-curve point. Spiros, on the other hand, are 
libspiro: based on clothoid splines which make it easy to maintain constant 
libspiro: curvature as well as constant slope. Such curves will simply look 
libspiro: nicer. This library will take an array of spiro control points and 
libspiro: convert them into a series of bézier splines which can then be used 
libspiro: in the myriad of ways the world has come to use béziers.  
libspiro: https://github.com/fontforge/libspiro/
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


