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

# step
TARBALL=qrencode-$PKGVER.tar.gz
MD5SUM=3be4d2c96f645f8502fea1d9afc483d8
SRC_URL=https://github.com/fukuchi/libqrencode/archive/v$PKGVER.tar.gz
BUNDLE=

SLACKREQ=
SLACKDESC="libqrencode: libqrencode $PKGVER (QR CODE encoding library)
libqrencode: 
libqrencode: Libqrencode is a fast and compact library for encoding data in a QR Code.
libqrencode: 
libqrencode: 
libqrencode: 
libqrencode: 
libqrencode: https://fukuchi.org/works/qrencode
libqrencode: https://github.com/fukuchi/libqrencode
libqrencode: 
libqrencode: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/*qrencode* &&
	./autogen.sh &&
	./configure --without-tools && # exclude "qrencode" CLI tool
	make $MAKEFLAGS && make install &&
	pkg_build_slackdesc
}

