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