haveged: fix missing distfiles
This commit is contained in:
parent
9bb8778a51
commit
07014a48e0
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'haveged'
|
||||
pkgname=haveged
|
||||
version=1.9.1
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
short_desc="Entropy harvesting daemon using CPU timings"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.issihosts.com/haveged"
|
||||
#distfiles="$homepage/$pkgname-$version.tar.gz"
|
||||
distfiles="http://distfiles.alpinelinux.org/distfiles/haveged-${version}.tar.gz"
|
||||
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||||
checksum=9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715
|
||||
configure_args="--sbindir=/usr/bin"
|
||||
|
||||
|
@ -26,6 +25,7 @@ libhaveged_package() {
|
|||
vmove usr/lib/*.so.*
|
||||
}
|
||||
}
|
||||
|
||||
libhaveged-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="libhaveged-${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue