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

# source: james
TARBALL=tinycc-20190225.tar.bz2
MD5SUM=281ecc2c6b2c7488e3a724600a129e76
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="tinycc: tinycc $PKGVER (Tiny C Compiler)
tinycc: 
tinycc: Tiny C is a very small and fast C compiler. It can even be used for C 
tinycc: scripting.
tinycc: 
tinycc: https://repo.or.cz/w/tinycc.git
tinycc: https://bellard.org/tcc/
tinycc: 
tinycc: Note: this package links to glibc, not to musl-libc.
tinycc: 
tinycc:
"

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


