Skip to content
Permalink
Newer
Older
100755 39 lines (27 sloc) 658 Bytes
October 1, 2020 09:01
1
#!/usr/bin/env beesh
2
3
# BEE_VERSION libunique-1.1.6-1
4
5
# SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libunique/${PKGVERSION[2]}/libunique-${PKGVERSION}.tar.bz2"
6
7
SRCURL[0]="https://beehive.molgen.mpg.de/7955769ef31f1bc4f83446dbb3625e6d/libunique-1.1.6.tar.bz2"
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
--enable-introspection \
26
--disable-maintainer-flags
27
}
28
29
#mee_build() {
30
# bee_build
31
#}
32
33
#mee_install() {
34
# bee_install
35
#}
36
37
mee_install_post() {
38
rm -vfr ${D}/usr/share/gtk-doc
39
}