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

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

SLACKREQ=  # none
SLACKDESC="yassm: yassm $PKGVER (Samba share mounter)  
yassm:  
yassm: Yet Another Samba Share Mounter (YASSM) is an easy to use tool to mount 
yassm: samba shares.  
yassm: 
yassm: Created and maintained by rcrsn51 from Puppy Linux forum.
yassm: http://www.murga-linux.com/puppy/viewtopic.php?t=63090  
yassm: 
yassm: 
yassm: 
yassm: 
"
# 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
}
