Skip to content
Permalink
Newer
Older
100755 32 lines (22 sloc) 458 Bytes
August 18, 2016 11:00
1
#!/usr/bin/env beesh
2
3
# BEE_VERSION xfwm4-4.14.0-0
August 18, 2016 11:00
4
5
SRCURL[0]="https://archive.xfce.org/src/xfce/xfwm4/${PKGVERSION[2]}/xfwm4-${PKGVERSION}.tar.bz2"
August 18, 2016 11:00
6
7
# PATCHURL+=()
August 18, 2016 11:00
8
9
# EXCLUDE+=()
10
11
# build_in_sourcedir
12
13
#mee_extract() {
14
# bee_extract "${@}"
15
#}
16
17
#mee_patch() {
18
# bee_patch "${@}"
19
#}
20
21
#mee_configure() {
22
# bee_configure
August 18, 2016 11:00
23
#}
24
25
#mee_build() {
26
# bee_build
27
#}
28
29
#mee_install() {
30
# bee_install
31
#}
32
## by default this may be 'make install DESTDIR="${D}"'