# Template file for 'unrar'
pkgname=unrar
version=4.1.2
wrksrc=unrar
nonfree=yes
homepage="http://www.rarlab.com/rar"
distfiles="${homepage}/unrarsrc-${version}.tar.gz"
short_desc="Unarchiver for .rar files (non-free version)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="freeware - see /usr/share/licenses/unrar/license.txt"
checksum=b2e55e2c417634a76a5b593844234579f965d384b02fff83c524da37b473453d
long_desc="
 Unrar can extract files from .rar archives. If you want to create .rar
 archives, install package rar."

do_build() {
	sed -i 's/^\(CXXFLAGS\)=\(.*\)/\1?=\2/' makefile.unix
	make ${makejobs} -f makefile.unix
}

do_install() {
	vinstall unrar 755 usr/bin
	vinstall license.txt 644 usr/share/licenses/unrar
}