mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
unrar: update to 6.2.10
This commit is contained in:
parent
18a42c805a
commit
be41f35968
1 changed files with 5 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'unrar'
|
# Template file for 'unrar'
|
||||||
pkgname=unrar
|
pkgname=unrar
|
||||||
version=6.2.5
|
version=6.2.10
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Unarchiver for .rar files (non-free version)"
|
short_desc="Unarchiver for .rar files (non-free version)"
|
||||||
maintainer="skmpz <dem.procopiou@gmail.com>"
|
maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||||
license="custom:freeware"
|
license="custom:freeware"
|
||||||
homepage="https://www.rarlab.com/rar_add.htm"
|
homepage="https://www.rarlab.com/rar_add.htm"
|
||||||
distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
|
distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
|
||||||
checksum=9a3974410d1d340e3998dd2a6f98faefbe838cad556266e714adfb0e8cf9377c
|
checksum=55fe6ebd5e48d6655bfda3fd19b55438ca05e13c7e69772420caad9fdb68ef42
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
@ -17,7 +17,9 @@ do_build() {
|
||||||
make CXX="$CXX" LD="$LD" STRIP=: -f makefile
|
make CXX="$CXX" LD="$LD" STRIP=: -f makefile
|
||||||
# early install of unrar because makefile deletes unrar on lib creation
|
# early install of unrar because makefile deletes unrar on lib creation
|
||||||
vbin unrar
|
vbin unrar
|
||||||
make -d CXX="$CXX" LD="$LD" STRIP=: -f makefile lib
|
# recompile for lib
|
||||||
|
make clean
|
||||||
|
make CXX="$CXX" LD="$LD" STRIP=: -f makefile lib
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue