Skip to content
Permalink
Newer
Older
100755 42 lines (29 sloc) 553 Bytes
September 26, 2019 17:33
1
#!/usr/bin/env beesh
2
3
# BEE_VERSION bridge-utils-1.6-0
4
5
# more info: https://foo.bar.com
6
SRCURL[0]="https://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-${PKGVERSION}.tar.xz"
7
8
BEE_BUILDTYPE=autotools
9
10
# PATCHURL+=()
11
12
build_in_sourcedir
13
14
# sourcesubdir_append src
15
16
#mee_extract() {
17
# bee_extract "${@}"
18
#}
19
20
#mee_patch() {
21
# bee_patch "${@}"
22
#}
23
24
mee_patch_post() {
25
autoconf -v
26
}
27
28
#mee_configure() {
29
# bee_configure
30
#}
31
32
#mee_build() {
33
# bee_build
34
#}
35
36
#mee_install() {
37
# bee_install
38
#}
39
40
#mee_install_post() {
41
# exit
42
#}