void-packages/srcpkgs/unrar/template
2019-02-26 14:46:52 -03:00

24 lines
638 B
Bash

# Template file for 'unrar'
pkgname=unrar
version=5.7.3
revision=1
wrksrc=unrar
short_desc="Unarchiver for .rar files (non-free version)"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="freeware"
homepage="https://www.rarlab.com/rar_add.htm"
distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
checksum=40e856b78374f258d8a1f5f02c02f828c5392a0118c9300fd169a300b520a444
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
}