fix(libusbmuxd)

closes #5710
closes #5711
This commit is contained in:
Jacob Heider 2024-03-27 15:52:50 -04:00 committed by Jacob Heider
parent 0015f8efb5
commit beafd62319

View file

@ -1,5 +1,5 @@
distributable: distributable:
url: https://github.com/libimobiledevice/libusbmuxd/archive/refs/tags/{{version}}.tar.gz url: https://github.com/libimobiledevice/libusbmuxd/releases/download/{{version.tag}}/libusbmuxd-{{version.tag}}.tar.bz2
strip-components: 1 strip-components: 1
versions: versions:
@ -7,21 +7,17 @@ versions:
dependencies: dependencies:
libimobiledevice.org/libplist: ^2.4 libimobiledevice.org/libplist: ^2.4
libimobiledevice.org/libimobiledevice-glue: ^1.2
build: build:
dependencies: dependencies:
gnu.org/autoconf: '*'
gnu.org/automake: '*'
gnu.org/libtool: '*' gnu.org/libtool: '*'
# ./configure: line 18023: syntax error near unexpected token `libplist,'
# ./configure: line 18023: `PKG_CHECK_MODULES(libplist, libplist-2.0 >= $LIBPLIST_VERSION)'
freedesktop.org/pkg-config: '*'
script: script:
- ./autogen.sh $ARGS - ./configure $ARGS
- make --jobs {{hw.concurrency}} install - make --jobs {{hw.concurrency}} install
# FIXME: this is a hack; we need to fix fixup.ts # FIXME: this is a hack; we need to fix fixup.ts
- run: sed -i 's/\+brewing//g' *.pc - run: sed -i 's/\+brewing//g' *.la pkgconfig/*.pc
working-directory: '{{prefix}}/lib/pkgconfig' working-directory: '{{prefix}}/lib'
env: env:
ARGS: ARGS:
- --disable-debug - --disable-debug