Skip to content
Permalink
Newer
Older
100755 39 lines (26 sloc) 592 Bytes
1
#!/usr/bin/env beesh
2
November 21, 2019 13:46
3
# BEE_VERSION ypbind-mt-1.33-3
4
5
# more info: https://foo.bar.com
6
7
SRCURL[0]="https://www.thkukuk.de/nis/download/ypbind-mt/ypbind-mt-${PKGVERSION}.tar.gz"
8
9
PATCHURL[0]="/src/mariux/download/ypbind-mt-1.33-added-foreground-flag-to-start-ypbind-in-fore.patch"
10
11
# PATCHURL+=()
12
13
# build_in_sourcedir
14
15
# sourcesubdir_append src
16
17
#mee_extract() {
18
# bee_extract "${@}"
19
#}
20
21
#mee_patch() {
22
# bee_patch "${@}"
23
#}
24
November 21, 2019 13:46
25
mee_configure() {
26
bee_configure --disable-nls
27
}
28
29
#mee_build() {
30
# bee_build
31
#}
32
33
#mee_install() {
34
# bee_install
35
#}
36
37
#mee_install_post() {
38
# exit
39
#}