-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
bee-files/xdu.be0
Newer
100755
35 lines (24 sloc)
612 Bytes
3
# BEE_VERSION xdu-3.0p13-0
5
SRCURL[0]="https://github.molgen.mpg.de/mariux64/xdu/archive/${PKGVERSION}.tar.gz xdu-${PKGVERSION}.tar.gz"
6
7
# PATCHURL+=()
8
9
# EXCLUDE+=()
10
11
# build_in_sourcedir
12
13
# sourcesubdir_append src
14
15
#mee_extract() {
16
# bee_extract "${@}"
17
#}
18
19
#mee_patch() {
20
# bee_patch "${@}"
21
#}
22
23
#mee_configure() {
24
# bee_configure
25
#}
26
27
#mee_build() {
28
# bee_build
29
#}
30
31
mee_install() {
32
install -D -m 644 ${B}/XDu.ad ${D}/${SYSCONFDIR}/X11/app-defaults/XDu
33
install -D ${B}/xdu ${D}/${BINDIR}/xdu
34
install -D ${S}/xdu.man ${D}/${MANDIR}/man1/xdu.1