Skip to content
Permalink
Newer
Older
100755 31 lines (20 sloc) 361 Bytes
July 4, 2016 16:57
1
#!/usr/bin/env beesh
2
3
SRCURL[0]="http://libspectre.freedesktop.org/releases/libspectre-${PKGVERSION}.tar.gz"
4
5
PATCHURL[0]=""
6
7
# BEE_CONFIGURE=compat
8
9
# EXCLUDE=""
10
11
12
13
#mee_extract() {
14
# bee_extract ${@}
15
#}
16
17
#mee_patch() {
18
# bee_patch ${@}
19
#}
20
21
#mee_configure() {
22
# bee_configure
23
#}
24
25
#mee_build() {
26
# bee_build
27
#}
28
29
#mee_install() {
30
# bee_install
31
#}