void-packages/srcpkgs/unrar/template
cr6git c74d99896a unrar: update to 5.5.7
Closes: #7141 [via git-merge-pr]
2017-07-26 06:56:28 +00:00

22 lines
636 B
Bash

# Template file for 'unrar'
pkgname=unrar
version=5.5.7
revision=1
wrksrc=unrar
homepage="http://www.rarlab.com/rar_add.htm"
distfiles="http://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
short_desc="Unarchiver for .rar files (non-free version)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="freeware"
repository="nonfree"
checksum=8aef0a0d91bf9c9ac48fab8a26049ac7ac49907e75a2dcbd511a4ba375322d8f
do_build() {
sed -i 's/^\(CXXFLAGS\)=\(.*\)/\1+=\2/' makefile
sed -i 's/^\(LDFLAGS\)=\(.*\)/\1+=-lpthread \2/' makefile
make CXX="$CXX" LD="$LD" STRIP=: -f makefile
}
do_install() {
vbin unrar
vlicense license.txt LICENSE
}