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

# source: james
TARBALL=sbsigntools-$PKGVER.tar.bz2
MD5SUM=913a4b74ee13c1999594c166706a025f
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ='' # gnu-efi build-time only
SLACKDESC="sbsigntool: sbsigntool $PKGVER (UEFI signing utility)  
sbsigntool:  
sbsigntool: This is a utility for signing binaries for use with UEFI secure 
sbsigntool: boot.  
sbsigntool: 
sbsigntool: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/
sbsigntool: 
sbsigntool: 
sbsigntool: 
sbsigntool: 
sbsigntool: 
"

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