void-packages/srcpkgs/unrar/template
2018-03-16 15:06:03 +01:00

22 lines
638 B
Bash

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