Permalink
Newer
100755
38 lines (26 sloc)
598 Bytes
1
#!/usr/bin/env beesh
2
3
# BEE_VERSION libunistring-0.9.10-0
4
5
# more info: https://foo.bar.com
6
7
# SRCURL[0]="http://ftp.gnu.org/gnu/libunistring/libunistring-${PKGVERSION}.tar.gz"
8
SRCURL[0]="https://beehive.molgen.mpg.de/0d3274e9838396b12200f8b54ddaf43b/libunistring-0.9.10.tar.gz"
9
10
# PATCHURL+=()
11
12
# build_in_sourcedir
13
14
# sourcesubdir_append src
15
16
#mee_extract() {
17
# bee_extract "${@}"
18
#}
19
20
#mee_patch() {
21
# bee_patch "${@}"
22
#}
23
24
#mee_configure() {
25
# bee_configure
26
#}
27
28
#mee_build() {
29
# bee_build
30
#}
31
32
#mee_install() {
33
# bee_install
34
#}
35
36
mee_install_post() {
37
rm -rv ${D}/usr/share/doc
38
}