2015-08-06 16:33:37 -05: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 16:33:37 -05:00
|
|
|
|
|
|
|
name=efivar
|
2022-01-28 11:56:45 +01:00
|
|
|
version=38
|
|
|
|
release=1
|
2015-08-06 16:33:37 -05:00
|
|
|
source=(https://github.com/rhinstaller/$name/releases/download/$version/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
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 16:33:37 -05:00
|
|
|
make libdir=/usr/lib DESTDIR=$PKG install
|
|
|
|
}
|