Skip to content

Commit

Permalink
rar: Update from 5.6.1 to 5.7.1
Browse files Browse the repository at this point in the history
create be0 file

fix makefile
  • Loading branch information
david committed Aug 30, 2019
1 parent 85cb5fd commit 4f6a84a
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 4f6a84a

Please sign in to comment.