### this file is sourced not run
PKGVER=0.4.6a
PKGBUILD=1
PKGARCH=i686

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

SLACKREQ=  # none
SLACKDESC="grub4dos: grub4dos $PKGVER (BIOS bootloader)  
grub4dos:  
grub4dos: Grub4dos is a versatile boot loader derived from GRUB legacy. It 
grub4dos: supports booting from FAT, NTFS, ext 2/3/4 and from CD. This package 
grub4dos: also includes wee.mbr - a cut-down version of grub4dos. 
grub4dos:
grub4dos: This package is extracted from grub4dos version 0.4.6a-2019-02-22
grub4dos: and wee.mbr comes from version 2016-01-31.
grub4dos: 
grub4dos: Packaged by Fatdog authors.
grub4dos:  
"
# 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
}
 
