Skip to content

Commit

Permalink
Merge pull request #2372 from mariux64/update-rar-602
Browse files Browse the repository at this point in the history
rar: update 5.7.1 to 6.0.2
  • Loading branch information
wwwutz authored Oct 1, 2021
2 parents ff81622 + e5eb38b commit 151f505
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions rar.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION rar-5.7.1-0
# BEE_VERSION rar-6.0.2-0

SRCURL[0]="https://www.rarlab.com/rar/rarlinux-x64-${PKGVERSION}.tar.gz"
#SRCURL[0]="https://www.rarlab.com/rar/rarlinux-x64-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/df9968e3796fcd25873485016ce2a065/rarlinux-x64-6.0.2.tar.gz"

# PATCHURL+=()

Expand Down Expand Up @@ -31,4 +32,7 @@ mee_install() {
sed -i -e "s%/usr/local%${D}/usr%" -e 's/cp rarfiles/#/' -e 's/cp default/#/' makefile
make install
}
## by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
rmdir ${D}/usr/lib
}

0 comments on commit 151f505

Please sign in to comment.