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