diff --git a/libunique-1.1.6-0.bee b/libunique-1.1.6-0.bee deleted file mode 100755 index 7dadd1146..000000000 --- a/libunique-1.1.6-0.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libunique/${PV:0:3}/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/libunique.be0 b/libunique.be0 new file mode 100755 index 000000000..ea174440b --- /dev/null +++ b/libunique.be0 @@ -0,0 +1,39 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libunique-1.1.6-1 + +# SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libunique/${PKGVERSION[2]}/libunique-${PKGVERSION}.tar.bz2" + +SRCURL[0]="https://beehive.molgen.mpg.de/7955769ef31f1bc4f83446dbb3625e6d/libunique-1.1.6.tar.bz2" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure \ + --enable-introspection \ + --disable-maintainer-flags +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +mee_install_post() { + rm -vfr ${D}/usr/share/gtk-doc +}