void-packages/srcpkgs/unrar/template
2020-04-25 21:31:39 +02:00

24 lines
645 B
Bash

# Template file for 'unrar'
pkgname=unrar
version=5.9.2
revision=2
wrksrc=unrar
short_desc="Unarchiver for .rar files (non-free version)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="custom:freeware"
homepage="https://www.rarlab.com/rar_add.htm"
distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
checksum=73d3baf18cf0a197976af2794a848893c35e7d42cee0ff364c89d2e476ebdaa6
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
}