Skip to content
Permalink
Newer
Older
100755 37 lines (25 sloc) 502 Bytes
June 29, 2020 14:12
1
#!/usr/bin/env beesh
2
3
# BEE_VERSION nbd-3.20-0
4
5
# more info: https://github.com/NetworkBlockDevice/nbd
6
7
SRCURL[0]="https://downloads.sourceforge.net/project/nbd/nbd/$PKGVERSION/nbd-$PKGVERSION.tar.xz"
8
9
# PATCHURL+=()
10
11
# build_in_sourcedir
12
13
# sourcesubdir_append src
14
15
#mee_extract() {
16
# bee_extract "${@}"
17
#}
18
19
#mee_patch() {
20
# bee_patch "${@}"
21
#}
22
23
#mee_configure() {
24
# bee_configure
25
#}
26
27
#mee_build() {
28
# bee_build
29
#}
30
31
#mee_install() {
32
# bee_install
33
#}
34
35
#mee_install_post() {
36
# exit
37
#}