Permalink
Newer
100755
37 lines (22 sloc)
417 Bytes
1
#!/usr/bin/env beesh
2
3
SRCURL[0]="https://github.com/downloads/libevent/libevent/libevent-${PKGVERSION}-stable.tar.gz"
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
18
19
#mee_extract() {
20
# bee_extract "${@}"
21
#}
22
23
#mee_patch() {
24
# bee_patch "${@}"
25
#}
26
27
#mee_configure() {
28
# bee_configure
29
#}
30
31
#mee_build() {
32
# bee_build
33
#}
34
35
#mee_install() {
36
# bee_install
37
#}