Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gnuclad: add version 0.2.4
- added
  • Loading branch information
wwwutz committed Nov 3, 2022
1 parent 5c7fa8a commit 1d72738
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions gnuclad.be0
@@ -0,0 +1,42 @@
#!/usr/bin/env beesh

# BEE_VERSION gnuclad-0.2.4-0

# more info: https://launchpad.net/gnuclad

#SRCURL[0]="https://launchpad.net/gnuclad/trunk/0.2/+download/gnuclad-0.2.4.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/5ca520333ee496a1d2e49f14d0b9549e/gnuclad-0.2.4.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

mee_patch() {
bee_patch "${@}"
sed -i '/gnuclad_CPPFLAGS/ s/-Werror/-Wno-error/' src/Makefile.am
aclocal
autoconf
automake --add-missing
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 1d72738

Please sign in to comment.