Skip to content

Commit

Permalink
Merge pull request #3120 from mariux64/add-autoconf-archive-2023.02.20
Browse files Browse the repository at this point in the history
Add autoconf-archive 2023.02.20
  • Loading branch information
pmenzel authored Jun 20, 2024
2 parents 49e197f + 4dac900 commit ecfcdc3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 5 deletions.
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

0 comments on commit ecfcdc3

Please sign in to comment.