opt/efivar/Pkgfile

18 lines
438 B
Plaintext
Raw Normal View History

2015-08-06 23:33:37 +02:00
# Description: Tools and library to manipulate EFI variables
2021-12-13 19:07:57 +01:00
# URL: https://github.com/rhinstaller/efivar
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: popt
2015-08-06 23:33:37 +02:00
name=efivar
2024-02-03 13:30:04 +01:00
version=39
2022-01-28 11:56:45 +01:00
release=1
2024-02-03 13:30:04 +01:00
source=(https://github.com/rhboot/efivar/archive/refs/tags/$version.tar.gz)
renames=($name-$version.tar.gz)
2015-08-06 23:33:37 +02:00
build() {
cd $name-$version
2022-01-28 11:56:45 +01:00
sed 's/docs//' -i Makefile
2016-05-24 00:38:27 +02:00
make -j1
2015-08-06 23:33:37 +02:00
make libdir=/usr/lib DESTDIR=$PKG install
}