Permalink
Newer
100755
39 lines (27 sloc)
552 Bytes
1
#!/usr/bin/env beesh
2
3
# BEE_VERSION xz-5.2.4-0
4
5
# more info: https://foo.bar.com
6
7
SRCURL[0]="https://downloads.sourceforge.net/project/lzmautils/xz-${PKGVERSION}.tar.gz?download&use_mirror=netcologne"
8
9
# PATCHURL+=()
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
--disable-nls
26
}
27
28
#mee_build() {
29
# bee_build
30
#}
31
32
#mee_install() {
33
# bee_install
34
#}
35
36
mee_install_post() {
37
rm -vrf ${D}/usr/share/doc
38
# exit
39
}