2016-03-01 15:41:58 +01:00
|
|
|
# Template file for 'rhash'
|
|
|
|
pkgname=rhash
|
|
|
|
version=1.3.3
|
2016-03-01 15:53:35 +01:00
|
|
|
revision=2
|
2016-03-01 15:41:58 +01:00
|
|
|
wrksrc="RHash-${version}"
|
|
|
|
build_style=gnu-makefile
|
|
|
|
conf_files="/etc/rhashrc"
|
|
|
|
short_desc="Utility for computing hash sums and creating magnet links"
|
|
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
|
|
license="RHash"
|
|
|
|
homepage="https://github.com/rhash/RHash"
|
|
|
|
distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
|
|
|
|
checksum=60272e1955a9655308ebe64b1240d76906a7ea8fab81baaab706560fc4251838
|
|
|
|
|
2016-03-01 15:53:35 +01:00
|
|
|
post_extract() {
|
|
|
|
sed -i 's/__GLIBC__/__linux__/' librhash/byte_order.h
|
|
|
|
}
|
|
|
|
|
2016-03-01 15:41:58 +01:00
|
|
|
post_install() {
|
|
|
|
vlicense COPYING
|
|
|
|
}
|