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

# source: james
TARBALL=efibootmgr-2015.03.tar.bz2
MD5SUM=89c9229811f5d5a4d538115a83181860
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='pciutils libefivar'
SLACKDESC='efibootmgr: efibootmgr 2015.03 (UEFI boot configurator)  
efibootmgr:  
efibootmgr: This is a Linux user-space application to modify the Intel 
efibootmgr: Extensible Firmware Interface (EFI) Boot Manager configuration. 
efibootmgr: This application can create and destroy boot entries, change the 
efibootmgr: boot order, change the next running boot option, and more. Note: 
efibootmgr: efibootmgr requires that the kernel module efivars be loaded prior 
efibootmgr: to use. "modprobe efivars" should do the trick.  
efibootmgr: 
efibootmgr: 
efibootmgr:
'

### default pkg_download
### default prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/efibootmgr* &&
	make && make install &&
	pkg_build_slackdesc
}


