milis/talimatname/genel/h/haveged/talimat

31 lines
734 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: Rasgele sayıların öngörülemeyen bir akışı üreten ve /dev/random'ı besleyen program
# URL: http://www.issihosts.com/haveged/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=haveged
surum=1.9.1
devir=1
kaynak=(http://downloads.sourceforge.net/project/haveged/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
source /etc/blfs-bootscripts
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
./configure --prefix=/usr
make
make DESTDIR=$PKG install
cd $scripts-$scriptsversion
make DESTDIR=$PKG install-haveged
mkdir -pv $PKG/usr/share/doc/haveged-1.9.1
cp -v README $PKG/usr/share/doc/haveged-1.9.1
}