Skip to content
Permalink
Newer
Older
100755 32 lines (22 sloc) 477 Bytes
August 18, 2016 11:19
1
#!/usr/bin/env beesh
2
May 17, 2018 14:20
3
# BEE_VERSION xfwm4-themes-4.10.0-3
August 18, 2016 11:19
4
5
SRCURL[0]="http://archive.xfce.org/src/art/xfwm4-themes/${PKGVERSION[2]}/xfwm4-themes-${PKGVERSION}.tar.bz2"
6
7
# PATCHURL+=()
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() {
May 17, 2018 14:20
22
# bee_configure
August 18, 2016 11:19
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}"'