diff --git a/autoconf-archive.be0 b/autoconf-archive.be0 new file mode 100755 index 000000000..b385f9e04 --- /dev/null +++ b/autoconf-archive.be0 @@ -0,0 +1,36 @@ +#!/usr/bin/env beesh + +# BEE_VERSION autoconf-archive-2023.02.20-0 + +#SRCURL[0]="https://ftp.gnu.org/gnu/autoconf-archive/autoconf-archive-2023.02.20.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/1a9ee97d3503d134e16c87c4fa1119cf/autoconf-archive-2023.02.20.tar.xz" + +# 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() { +# exit +#} diff --git a/gnome-common-3.18.0-0.bee b/gnome-common-3.18.0-1.bee similarity index 90% rename from gnome-common-3.18.0-0.bee rename to gnome-common-3.18.0-1.bee index 0659f802b..994c7dd5d 100755 --- a/gnome-common-3.18.0-0.bee +++ b/gnome-common-3.18.0-1.bee @@ -52,17 +52,20 @@ SRCURL[0]="https://download.gnome.org/sources/gnome-common/${PKGVERSION[2]}/gnom #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { # bee_build #} -#mee_install() { -# bee_install -#} -## by default this may be 'make install DESTDIR="${D}"' +mee_install() { + bee_install + # Provided by autoconf-archive + start_cmd rm ${D}${DATADIR}/aclocal/ax_check_enable_debug.m4 + start_cmd rm ${D}${DATADIR}/aclocal/ax_code_coverage.m4 +} +# by default this may be 'make install DESTDIR="${D}"' ############################################################################### ##