Skip to content
Permalink
Newer
Older
100755 38 lines (26 sloc) 543 Bytes
December 12, 2019 12:21
1
#!/usr/bin/env beesh
2
3
# BEE_VERSION ggobi-2.1.11-2
4
5
# more info: https://foo.bar.com
6
7
#SRCURL[0]="http://www.ggobi.org/downloads/ggobi-${PKGVERSION}.tar.bz2"
8
SRCURL[0]="/src/mariux/beeroot/downloads/ggobi-${PKGVERSION}.tar.bz2"
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_configure() {
25
bee_configure --with-all-plugins
26
}
27
28
#mee_build() {
29
# bee_build
30
#}
31
32
#mee_install() {
33
# bee_install
34
#}
35
36
#mee_install_post() {
37
# exit
38
#}