Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bridge-utils: update to 1.6
- fix URL
- be0ify
- fix autoconf build
  • Loading branch information
wwwutz committed Sep 26, 2019
1 parent 926d6f0 commit 807c2bb
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 33 deletions.
33 changes: 0 additions & 33 deletions bridge-utils-1.5-0.bee

This file was deleted.

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

# BEE_VERSION bridge-utils-1.6-0

# more info: https://foo.bar.com
SRCURL[0]="https://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-${PKGVERSION}.tar.xz"

BEE_BUILDTYPE=autotools

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

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

#mee_patch() {
# bee_patch "${@}"
#}

mee_patch_post() {
autoconf -v
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 807c2bb

Please sign in to comment.