contrib/efibootmgr/Pkgfile
2011-12-19 01:18:32 +01:00

16 lines
423 B
Plaintext

# Description: manipulate efi boot managers
# URL: http://linux.dell.com/efibootmgr/
# Maintainer: Thomas Penteker, tek at serverop dot de
name=efibootmgr
version=0.5.4
release=1
source=(http://linux.dell.com/efibootmgr/efibootmgr-$version.tar.gz)
build() {
cd $name-$version
make
install -D src/efibootmgr/efibootmgr $PKG/usr/sbin/efibootmgr
install -D src/man/man8/efibootmgr.8 $PKG/usr/man/man8/efibootmgr.8
}