Skip to content
Permalink
Newer
Older
100755 38 lines (23 sloc) 465 Bytes
June 6, 2016 09:50
1
#!/usr/bin/env beesh
2
3
SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/rest/${PKGVERSION[2]}/rest-${PKGVERSION}.tar.xz"
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
--with-ca-certificates=/etc/ssl/certs
30
}
31
32
#mee_build() {
33
# bee_build
34
#}
35
36
#mee_install() {
37
# bee_install
38
#}