milis/talimatname/genel/keyutils/talimat

19 lines
454 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.

# Description: Keyutils, çekirdekte anahtar tutma yerini yönetmek için kullanılan bir dizi araçtır.
# URL: https://rhn.redhat.com/errata/RHEA-2006-0090.html
# Packager: milisarge
# Depends on:
name=keyutils
version=1.5.9
release=1
source=( http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2 )
build() {
unset MAKEFLAGS
cd $name-$version
sed -i "s/-O2/${CFLAGS}/" Makefile
make
make DESTDIR=$PKG install
}