From 920914ec1027fb9efe1105495359959871f4bfad Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 1 Oct 2020 09:09:19 +0200 Subject: [PATCH] libuniqu3: update bee file - update bee file - SRCURL --- libunique3-3.0.0-0.bee | 30 ------------------------------ libunique3.be0 | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 30 deletions(-) delete mode 100755 libunique3-3.0.0-0.bee create mode 100755 libunique3.be0 diff --git a/libunique3-3.0.0-0.bee b/libunique3-3.0.0-0.bee deleted file mode 100755 index ea7c9dd51..000000000 --- a/libunique3-3.0.0-0.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libunique/${PV[2]}/libunique-${PV}.tar.bz2" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - -B=${S} - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure --enable-introspection -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/libunique3.be0 b/libunique3.be0 new file mode 100755 index 000000000..8c0a10c02 --- /dev/null +++ b/libunique3.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libunique3-3.0.0-1 + +# SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libunique/${PKGVERSION[2]}/libunique-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/bff4dcb7b888490d09f47a096ef2e685/libunique-3.0.0.tar.bz2" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure \ + --enable-introspection \ + +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +mee_install_post() { + rm -vfr ${D}/usr/share/gtk-doc +}