Skip to content

Commit

Permalink
Merge pull request #1778 from mariux64/fix-compat-libarchive
Browse files Browse the repository at this point in the history
libarchive: compat package
  • Loading branch information
wwwutz authored Mar 12, 2020
2 parents f734ed1 + ae83f6f commit 7ef7f7b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 33 deletions.
33 changes: 0 additions & 33 deletions libarchive-2.8.4-0.bee

This file was deleted.

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

# BEE_VERSION libarchive_compat-2.4.8-0

# more info: https://foo.bar.com

SRCURL[0]="/src/mariux/beeroot/packages/libarchive-2.8.4-0.x86_64.bee.tar.bz2"

BEE_BUILDTYPE=none

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
pwd
mkdir -vp ${D}/usr/lib
cp -v ${S}/lib/libarchive.so.8 ${D}/usr/lib
}

#mee_install_post() {
# exit
#}

0 comments on commit 7ef7f7b

Please sign in to comment.