Permalink
Newer
100755
43 lines (31 sloc)
653 Bytes
1
#!/usr/bin/env beesh
2
3
# BEE_VERSION dosfstools-4.1-0
4
5
SRCURL[0]="https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-${PKGVERSION}.tar.gz"
6
7
# PATCHURL+=()
8
9
# EXCLUDE+=()
10
11
# build_in_sourcedir
12
13
#mee_extract() {
14
# bee_extract "${@}"
15
#}
16
17
#mee_patch() {
18
# bee_patch "${@}"
19
#}
20
21
#mee_configure_pre() {
22
# cd $S
23
# start_cmd aclocal
24
# start_cmd autoconf
25
# start_cmd automake -a
26
#}
27
28
mee_configure() {
29
bee_configure --enable-compat-symlinks
30
}
31
32
#mee_build() {
33
# bee_build
34
#}
35
36
#mee_install() {
37
# bee_install
38
#}
39
40
mee_install_post() {
41
start_cmd rm -r ${D}${DOCDIR}
42
}
43
## by default this may be 'make install DESTDIR="${D}"'