efibootmgr: rebuild to drop compressed manpages.

This commit is contained in:
Juan RP 2014-03-14 11:10:59 +01:00
parent 57021024b9
commit a2ad41251e
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'efibootmgr'
pkgname=efibootmgr
version=0.6.0
revision=2
revision=3
makedepends="zlib-devel pciutils-devel"
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -10,6 +10,8 @@ homepage="http://linux.dell.com/efibootmgr/"
distfiles="http://linux.dell.com/efibootmgr/permalink/${pkgname}-${version}.tar.gz"
checksum=5167488b92950e60028d1025942ce6bda04638c6fb5e110abb8c8f687844d155
only_for_archs="i686 x86_64"
do_build() {
CFLAGS= make ${makejobs}
}