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

TARBALL=reflex-20210808.tar.gz
MD5SUM=31ed4340e8b636cb2c1de2ad378a14e9
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ=libncurses
SLACKDESC="reflex: reflex $PKGVER (Lexical scanner generator)
reflex: 
reflex: reflex is a variant of flex, the fast lexical scanner generator. It 
reflex: is compatible with flex version 2.5.4 and the POSIX lex. It is 
reflex: maintained by the same maintainer as byacc and works well with it.
reflex: 
reflex: https://invisible-island.net/reflex/reflex.html
reflex: 
reflex: 
reflex: 
reflex: 
"


### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/reflex* &&
	pkg_build_autoconf && pkg_build_slackdesc
}


