# Template file for 'rhash'
pkgname=rhash
version=1.4.3
revision=2
build_style=configure
configure_args="--enable-openssl --disable-openssl-runtime
 --prefix=/usr --sysconfdir=/etc"
conf_files="/etc/rhashrc"
make_build_target="all lib-shared"
make_install_target="install install-lib-shared"
makedepends="openssl-devel"
short_desc="Utility for computing hash sums and creating magnet links"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="0BSD"
homepage="https://github.com/rhash/RHash"
distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
checksum=1e40fa66966306920f043866cbe8612f4b939b033ba5e2708c3f41be257c8a3e

post_extract() {
	vsed -i -e 's/__GLIBC__/__linux__/' librhash/byte_order.h
}

post_install() {
	vlicense COPYING
	make -C librhash install-lib-headers DESTDIR=$DESTDIR PREFIX=/usr
	ln -s librhash.so.0 $DESTDIR/usr/lib/librhash.so
}

rhash-devel_package() {
	depends="${sourcepkg}>=${version}_${revision}"
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/include
		vmove "usr/lib/*.so"
	}
}
