# Template file for 'unrar' pkgname=unrar version=5.5.6 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 " license="freeware" repository="nonfree" checksum=68a9d8f40c709b883bb15b21a9811907e56a07411d90aeaa992622ed9cf128c0 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 }