mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-06 21:02:56 +02:00
unrar: update to 7.1.8, enable all archs
This commit is contained in:
parent
d4e2139dc6
commit
5a63378d47
1 changed files with 5 additions and 7 deletions
|
@ -1,21 +1,19 @@
|
|||
# Template file for 'unrar'
|
||||
pkgname=unrar
|
||||
version=7.1.1
|
||||
version=7.1.8
|
||||
revision=1
|
||||
archs="x86_64* i686*"
|
||||
short_desc="Unarchiver for .rar files (non-free version)"
|
||||
maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||
license="custom:freeware"
|
||||
homepage="https://www.rarlab.com/rar_add.htm"
|
||||
distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
|
||||
checksum=2e9cbc9d1c250b40f4a7a6a363b6ccfa3703e190534979d18c8c4ac5ae35dafc
|
||||
checksum=9ec7765a948140758af12ed29e3e47db425df79a9c5cbb71b28769b256a7a014
|
||||
repository=nonfree
|
||||
|
||||
do_build() {
|
||||
vsed -e 's/-march=native//' \
|
||||
-e 's/^\(CXXFLAGS\)=\(.*\)/\1+=\2/' \
|
||||
-e 's/^\(LDFLAGS\)=\(.*\)/\1+=-lpthread \2/' \
|
||||
-i makefile
|
||||
vsed -i makefile \
|
||||
-e 's/^\(CXXFLAGS\)=\(.*\)/\1+=\2/' \
|
||||
-e 's/^\(LDFLAGS\)=\(.*\)/\1+=-lpthread \2/'
|
||||
make CXX="$CXX" LD="$LD" STRIP=: -f makefile
|
||||
# early install of unrar because makefile deletes unrar on lib creation
|
||||
vbin unrar
|
||||
|
|
Loading…
Add table
Reference in a new issue