36 lines
772 B
Text
Executable file
36 lines
772 B
Text
Executable file
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
app=haveged
|
|
version=1.9.2
|
|
build=1sml
|
|
homepage="https://github.com/jirka-h/haveged"
|
|
download="http://www.issihosts.com/haveged/haveged-$version.tar.gz"
|
|
desc="Entropy daemon especially suited for low-powered devices"
|
|
requires="musl"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix="" \
|
|
--bindir=/bin \
|
|
--sbindir=/bin \
|
|
--disable-static
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
e8f934fe8acc5229338e684de32a32d1011fd7dbd64d1fd9b1f4a7b8bf1045a628fca5a2fea871ab367726c7fba834ae500c37ad7ae49742fac7e3c2c546ec5a haveged-1.9.2.tar.lz
|
|
"
|