rhash: update to 1.3.7.
This commit is contained in:
parent
95256495e2
commit
23b62391e4
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rhash'
|
# Template file for 'rhash'
|
||||||
pkgname=rhash
|
pkgname=rhash
|
||||||
version=1.3.6
|
version=1.3.7
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="RHash-${version}"
|
wrksrc="RHash-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-openssl --disable-openssl-runtime"
|
configure_args="--enable-openssl --disable-openssl-runtime"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="RHash"
|
license="RHash"
|
||||||
homepage="https://github.com/rhash/RHash"
|
homepage="https://github.com/rhash/RHash"
|
||||||
distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
|
distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
|
||||||
checksum=964df972b60569b5cb35ec989ced195ab8ea514fc46a74eab98e86569ffbcf92
|
checksum=a2441b7a04ae554ddd3eafcf50365c787b012e35ee6402eb6705d9cd4b8dfa65
|
||||||
make_build_target="all lib-shared"
|
make_build_target="all lib-shared"
|
||||||
make_install_target="install install-lib-shared"
|
make_install_target="install install-lib-shared"
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ post_extract() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
make -C librhash install-headers DESTDIR=$DESTDIR PREFIX=/usr
|
make -C librhash install-lib-headers DESTDIR=$DESTDIR PREFIX=/usr
|
||||||
ln -s librhash.so.0 $DESTDIR/usr/lib/librhash.so
|
ln -s librhash.so.0 $DESTDIR/usr/lib/librhash.so
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue