mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
efibootmgr: remove long_desc.
This commit is contained in:
parent
6f4cf0f786
commit
1ded7fdf4d
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'efibootmgr'
|
# Template file for 'efibootmgr'
|
||||||
pkgname=efibootmgr
|
pkgname=efibootmgr
|
||||||
version=0.6.0
|
version=0.6.0
|
||||||
revision=1
|
revision=2
|
||||||
makedepends="zlib-devel pciutils-devel"
|
makedepends="zlib-devel pciutils-devel"
|
||||||
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
|
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -9,11 +9,6 @@ license="GPL-2"
|
||||||
homepage="http://linux.dell.com/efibootmgr/"
|
homepage="http://linux.dell.com/efibootmgr/"
|
||||||
distfiles="http://linux.dell.com/efibootmgr/permalink/${pkgname}-${version}.tar.gz"
|
distfiles="http://linux.dell.com/efibootmgr/permalink/${pkgname}-${version}.tar.gz"
|
||||||
checksum=5167488b92950e60028d1025942ce6bda04638c6fb5e110abb8c8f687844d155
|
checksum=5167488b92950e60028d1025942ce6bda04638c6fb5e110abb8c8f687844d155
|
||||||
long_desc="
|
|
||||||
This is efibootmgr, a Linux user-space application to modify the Intel
|
|
||||||
Extensible Firmware Interface (EFI) Boot Manager. This application
|
|
||||||
can create and destroy boot entries, change the boot order, change
|
|
||||||
the next running boot option, and more."
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
CFLAGS= make ${makejobs}
|
CFLAGS= make ${makejobs}
|
||||||
|
|
Loading…
Add table
Reference in a new issue