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