Skip to content

libarchive: compat package #1778

Merged
merged 1 commit into from
Mar 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
#}