mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
0015f8efb5
commit
beafd62319
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue