Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dejagnu: update to 1.6.2
- be0ify
- fixed SRCURL
  • Loading branch information
wwwutz committed Jan 10, 2020
1 parent bf42a6b commit c6ac50c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 13 deletions.
13 changes: 0 additions & 13 deletions dejagnu-1.4.4-0.bee

This file was deleted.

37 changes: 37 additions & 0 deletions dejagnu.be0
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION dejagnu-1.6.2-0

# more info: https://foo.bar.com

SRCURL[0]="https://ftp.gnu.org/pub/gnu/dejagnu/dejagnu-${PKGVERSION}.tar.gz"

# 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
#}

0 comments on commit c6ac50c

Please sign in to comment.