Skip to content
Permalink
Newer
Older
100755 35 lines (22 sloc) 395 Bytes
June 6, 2016 09:50
1
#!/usr/bin/env beesh
2
3
SRCURL[0]="/src/mariux/beeroot/downloads/yajl-${PKGVERSION}_p1_8b48967.tar.bz2"
4
5
PATCHURL[0]=""
6
7
# BEE_CONFIGURE=compat
8
9
# BEE_BUILDTYPE=
10
11
# EXCLUDE=""
12
13
# build_in_sourcedir
14
15
16
17
#mee_extract() {
18
# bee_extract ${@}
19
#}
20
21
#mee_patch() {
22
# bee_patch ${@}
23
#}
24
25
#mee_configure() {
26
# bee_configure
27
#}
28
29
#mee_build() {
30
# bee_build
31
#}
32
33
#mee_install() {
34
# bee_install
35
#}