opt/efivar/Pkgfile

17 lines
440 B
Plaintext
Raw Normal View History

2015-08-06 23:33:37 +02:00
# Description: Tools and library to manipulate EFI variables
2021-01-27 17:14:06 +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
2019-02-07 01:23:12 +01:00
version=37
2020-05-28 15:05:48 +02:00
release=2
2015-08-06 23:33:37 +02:00
source=(https://github.com/rhinstaller/$name/releases/download/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
2020-05-28 15:05:48 +02:00
sed 's/-Werror//' -i gcc.specs
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
}