### this file is sourced not run
PKGVER=2019.10
PKGBUILD=1
PKGARCH=noarch

### build a package out of ready-made directory
TARBALL= # none - internal copy
MD5SUM=  # none
SRC_URL= # none
BUNDLE=  # none

SLACKREQ='ffmpeg' # for previewing audio/video
SLACKDESC="mmview: mmview $PKGVER (Universal File Viewer)
mmview: 
mmview: MMView (aka MochiMoppel Viewer) is a file previewer that works with 
mmview: many different file types. It can preview images, text, audio/video, 
mmview: and many others.
mmview: 
mmview: http://www.murga-linux.com/puppy/viewtopic.php?t=109573
mmview: 
mmview: Note: binary name is called 'mm_view'.
mmview: 
mmview: 
"

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


###
pkg_download() {
	: nothing to download
}

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

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

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