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

# step
TARBALL=qrencode-$PKGVER.tar.gz
MD5SUM=486f879d1638d3fb58a4a5d45a88c600
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: It also comes with a command line program to generate PNG files 
libqrencode: containing the QR code of the encoded data. 
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 &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}

