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

# source: james
TARBALL=sbsigntool-0.6.tar.bz2
MD5SUM=f28d84379a2205a72252fb03b28292e0
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='' # gnu-efi build-time only
SLACKDESC='sbsigntool: sbsigntool 0.6 (UEFI signing utility)  
sbsigntool:  
sbsigntool: This is a utility for signing binaries for use with UEFI secure 
sbsigntool: boot.  
sbsigntool: 
sbsigntool: 
sbsigntool: 
sbsigntool: 
sbsigntool: 
sbsigntool: 
sbsigntool: 
'

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