Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libarchive: compat package
- compat package from 2.4.8-0
  • Loading branch information
wwwutz committed Mar 10, 2020
1 parent 0e95bff commit ae83f6f
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
@@ -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 ae83f6f

Please sign in to comment.