From 81e2b5a2af41a1f0db0947ec91e3ce50985a70a1 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 12 Mar 2020 17:30:49 +0100 Subject: [PATCH] libunistring: update to 0.9.10 - be0ify - add compat package --- libunistring-0.9.3-0.bee | 30 -------------------------- libunistring.be0 | 38 +++++++++++++++++++++++++++++++++ libunistring_compat-0.9.3-0.be0 | 30 ++++++++++++++++++++++++++ 3 files changed, 68 insertions(+), 30 deletions(-) delete mode 100755 libunistring-0.9.3-0.bee create mode 100755 libunistring.be0 create mode 100755 libunistring_compat-0.9.3-0.be0 diff --git a/libunistring-0.9.3-0.bee b/libunistring-0.9.3-0.bee deleted file mode 100755 index 3b222d73a..000000000 --- a/libunistring-0.9.3-0.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.gnu.org/gnu/libunistring/libunistring-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - - - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/libunistring.be0 b/libunistring.be0 new file mode 100755 index 000000000..91b9ca268 --- /dev/null +++ b/libunistring.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libunistring-0.9.10-0 + +# more info: https://foo.bar.com + +# SRCURL[0]="http://ftp.gnu.org/gnu/libunistring/libunistring-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/0d3274e9838396b12200f8b54ddaf43b/libunistring-0.9.10.tar.gz" + +# 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() { +# bee_install +#} + +mee_install_post() { + rm -rv ${D}/usr/share/doc +} diff --git a/libunistring_compat-0.9.3-0.be0 b/libunistring_compat-0.9.3-0.be0 new file mode 100755 index 000000000..6c50fad5c --- /dev/null +++ b/libunistring_compat-0.9.3-0.be0 @@ -0,0 +1,30 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libunistring_compat-0.9.3-0 + +# SRCURL=() + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +mee_install() { + cd ${D} + tar xpf /src/mariux/beeroot/packages/libunistring-0.9.3-0.x86_64.bee.tar.bz2 \ + /usr/lib/libunistring.so.0 \ + /usr/lib/libunistring.so.0.1.2 +}