Skip to content

Commit

Permalink
libnice: Use current minimal bee file template
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Oct 5, 2020
1 parent 2accb15 commit 7d12976
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions libnice.be0
Original file line number Diff line number Diff line change
@@ -1,33 +1,35 @@
#!/bin/env beesh
#!/usr/bin/env beesh

# BEE_VERSION libnice-0.1.0-0

SRCURL[0]="https://nice.freedesktop.org/releases/libnice-${PKGVERSION}.tar.gz"
SRCURL[0]="https://libnice.freedesktop.org/releases/libnice-${PKGVERSION}.tar.gz"

PATCHURL[0]=""
# PATCHURL+=()

# BEE_CONFIGURE=compat
# build_in_sourcedir

# EXCLUDE=""
# sourcesubdir_append src

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

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

mee_extract() {
bee_extract ${@}
}
#mee_configure() {
# bee_configure
#}

mee_patch() {
bee_patch ${@}
}
#mee_build() {
# bee_build
#}

mee_configure() {
bee_configure
}
#mee_install() {
# bee_install
#}

mee_build() {
bee_build
}

mee_install() {
bee_install
}
#mee_install_post() {
# exit
#}

0 comments on commit 7d12976

Please sign in to comment.