Permalink
Newer
100755
41 lines (32 sloc)
923 Bytes
5
# SRCURL[0]="https://github.com/stedolan/jq/releases/download/jq-${PKGVERSION}/jq-${PKGVERSION}.tar.gz"
7
SRCURL[0]="https://beehive.molgen.mpg.de/4662fd45f0b5622382fc85c1249739d5/jq-1.7.tar.gz"
8
9
# build_in_sourcedir
10
11
#mee_extract() {
12
# bee_extract "${@}"
13
#}
14
15
#mee_patch() {
16
# bee_patch "${@}"
17
#}
18
19
mee_configure() {
20
CFLAGS="-O2 -fPIC" \
21
CFLAGS='-Wno-implicit-fallthrough' \
22
bee_configure --disable-shared
31
(
32
cd ${D}
33
rm -rvf usr/share/doc
34
# Note: If the Oniguruma library is not found during build time of this
35
# package, a vendored versions gets installed. We don't want that.
36
rm -f usr/include/oniguruma.h usr/include/oniggnu.h
37
rm -f usr/lib/libonig.*
38
rm -f usr/lib/pkgconfig/oniguruma.pc
39
rm -f usr/bin/onig-config
40
)