### this file is sourced not run
PKGVER=2023.07.226.94ba454 # pull date
PKGBUILD=1
PKGARCH=noarch

### build a package out of ready-made directory
TARBALL= # comcom32_0.1~alpha3-226-94ba454+202306151732~ubuntu22.10.1_all.deb 
MD5SUM=  # none
SRC_URL= # none
BUNDLE=  # none

SLACKDESC="comcom32: comcom32 $PKGVER (DOS command interpreter for dosemu2)
comcom32: 
comcom32: This package contains comcom32, a DOS-compatible command interpreter 
comcom32: for dosemu2. This is a re-packaged binary from Ubuntu binary release.
comcom32: 
comcom32: https://github.com/dosemu2/comcom32
comcom32: https://launchpad.net/~dosemu2/+archive/ubuntu/ppa/+packages
comcom32: 
comcom32: 
comcom32: 
comcom32: 
"

# don't build, don't create package - we do it ourselves here
PKG_NOBUILD=yes
PKG_NOMAKEPKG=yes

### nothing to download
unset -f pkg_download

###
pkg_prepare() {
	: nothing to prepare
}

### package ready-made directory
pkg_package() {
	pkg_package_dir
}

### build
pkg_build() {
	: nothing to build
}
 
