milis/talimatname/genel/e/efivar/talimat

19 lines
686 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: EFI değişkenlerini işlemek için araçlar ve kütüphane.
# URL: https://github.com/rhinstaller/efivar
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: popt
name=efivar
version=0.24
release=1
source=( https://github.com/rhinstaller/$name/releases/download/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" includedir="/usr/include/" V=1 -j1
cd src/test
make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" includedir="/usr/include/" V=1 -j1
cd ..
make -j1 V=1 DESTDIR=$PKG libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" includedir="/usr/include/" install
}