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

# source: james
TARBALL=tinycc-2023.06.14.tar.bz2
MD5SUM=4f94766d4ff8103f4d5a0ce949aebee7
SRC_URL=http://distro.ibiblio.org/fatdog/source/900/$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
}
