Skip to content

Commit

Permalink
Merge pull request #1219 from mariux64/update-rar-to-5.7.1
Browse files Browse the repository at this point in the history
rar: Update from 5.6.1 to 5.7.1
  • Loading branch information
wwwutz authored Aug 30, 2019
2 parents 63e5462 + 4f6a84a commit 8ccbf92
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 35 deletions.
35 changes: 0 additions & 35 deletions rar-5.6.1-0.bee

This file was deleted.

34 changes: 34 additions & 0 deletions rar.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env beesh

# BEE_VERSION rar-5.7.1-0

SRCURL[0]="https://www.rarlab.com/rar/rarlinux-x64-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

mee_build() {
echo "*hust* make"
}

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}"'

0 comments on commit 8ccbf92

Please sign in to comment.