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

# source: james
TARBALL=mokutil-2015.03.tar.bz2
MD5SUM=767640744ed1d93b5e4950bbc1af40bc
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='openssl libefivar' # 
SLACKDESC='mokutil: mokutil 2015.03 (Manage shim Secure Boot MOKs)
mokutil: 
mokutil: mokutil is a console utility to manage the MOKs (Machine Owner Keys) 
mokutil: registered by mjg59 shim (shim-efi64 package) used for booting under 
mokutil: UEFI Secure Boot. You can list, register or remove MOK keys from the 
mokutil: running OS.
mokutil: https://github.com/lcp/mokutil
mokutil: 
mokutil: 
mokutil: 
mokutil: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/mokutil*
	autoreconf -fi &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
