Skip to content

Add autoconf-archive 2023.02.20 #3120

Merged
merged 5 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions autoconf-archive.be0
Original file line number Diff line number Diff line change
@@ -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
#}
13 changes: 8 additions & 5 deletions gnome-common-3.18.0-0.bee → gnome-common-3.18.0-1.bee
Original file line number Diff line number Diff line change
Expand Up @@ -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}"'

###############################################################################
##
Expand Down