Skip to content

Commit

Permalink
Merge pull request #2988 from mariux64/update-jq-17
Browse files Browse the repository at this point in the history
jq: update from 1.5. to 1.7
wwwutz authored Sep 18, 2023
2 parents 7ec2923 + 4a79a81 commit 100333c
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions jq.be0
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
#!/usr/bin/env beesh

# BEE_VERSION jq-1.5-0
# BEE_VERSION jq-1.7-0

SRCURL[0]="https://github.com/stedolan/jq/releases/download/jq-${PKGVERSION}/jq-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://github.com/stedolan/jq/releases/download/jq-${PKGVERSION}/jq-${PKGVERSION}.tar.gz"

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=""
SRCURL[0]="https://beehive.molgen.mpg.de/4662fd45f0b5622382fc85c1249739d5/jq-1.7.tar.gz"

# build_in_sourcedir

@@ -20,15 +16,17 @@ SRCURL[0]="https://github.com/stedolan/jq/releases/download/jq-${PKGVERSION}/jq-
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

mee_build() {
bee_build CFLAGS='-Wno-implicit-fallthrough'
mee_configure() {
CFLAGS="-O2 -fPIC" \
CFLAGS='-Wno-implicit-fallthrough' \
bee_configure --disable-shared
}

#mee_build() {
# bee_build
#}

mee_install() {
bee_install
rm -v ${D}/usr/lib/libjq.a
cd ${D} && rm -rvf usr/share/doc
}

0 comments on commit 100333c

Please sign in to comment.