From ae83f6f81b7f4f06bb11c560a4ac7a736628ad2d Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 10 Mar 2020 16:49:49 +0100 Subject: [PATCH] libarchive: compat package - compat package from 2.4.8-0 --- libarchive-2.8.4-0.bee | 33 ---------------------------- libarchive_compat-2.8.4-0.be0 | 41 +++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 33 deletions(-) delete mode 100755 libarchive-2.8.4-0.bee create mode 100755 libarchive_compat-2.8.4-0.be0 diff --git a/libarchive-2.8.4-0.bee b/libarchive-2.8.4-0.bee deleted file mode 100755 index eea514254..000000000 --- a/libarchive-2.8.4-0.bee +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://libarchive.googlecode.com/files/libarchive-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - - - -#mee_extract() { -# bee_extract ${@} -#} - -#mee_patch() { -# bee_patch ${@} -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/libarchive_compat-2.8.4-0.be0 b/libarchive_compat-2.8.4-0.be0 new file mode 100755 index 000000000..f01e02890 --- /dev/null +++ b/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 +#}