Permalink
Newer
100755
55 lines (42 sloc)
1.12 KB
5
#SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-session/${PKGVERSION[2]}/xfce4-session-${PKGVERSION}.tar.bz2"
6
SRCURL[0]="https://beehive.molgen.mpg.de/620c369a44c6b866c80d31e4685d6bef/xfce4-session-4.18.4.tar.bz2"
7
8
# EXCLUDE+=()
9
10
# build_in_sourcedir
11
12
#mee_extract() {
13
# bee_extract "${@}"
14
#}
15
16
#mee_patch() {
17
# bee_patch "${@}"
18
#}
19
23
24
#mee_build() {
25
# bee_build
26
#}
27
28
#mee_install() {
29
# bee_install
30
#}
31
## by default this may be 'make install DESTDIR="${D}"'
32
33
34
mee_install_post() {
35
start_cmd mv ${D}${DATADIR}/xsessions{,.available}
36
}
37
38
39
###############################################################################
40
##
41
## Additional hints:
42
##
43
## The name of this bee-file should follow the following naming convention:
44
## pkgname-pkgversion-pkgrevision.bee
45
##
46
## You may remove all comments as long as SRCURL[0]="" is set.
47
##
48
## Everything in this file will be executed in a bash environment.
49
##
50
## Build the package by executing
51
## './pkg-version-N.bee' or
52
## 'beesh ./pkg-version-N.bee'
53
##
54
## see http://beezinga.org/
55
##