mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
04a96fd3d3
* Revert "fix(xorg/protocol)" This reverts commit2c5953be32
. * Revert "fix(openvpn)" This reverts commitd56ab8d1ef
. * Revert "fix(x11)" This reverts commitc9bf2cd5cd
. * Revert "fix(libmd)[1]" This reverts commitb36124ab90
. * partial revert of `fix(libmd)` * partial revert of `fix(automake)`
34 lines
762 B
YAML
34 lines
762 B
YAML
distributable:
|
|
url: https://xorg.freedesktop.org/archive/individual/proto/xorgproto-{{version.raw}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
url: https://xorg.freedesktop.org/archive/individual/proto/
|
|
match: /xorgproto-\d+\.\d+(\.\d+)?\.tar\.gz/
|
|
strip:
|
|
- /xorgproto-/
|
|
- /.tar.gz/
|
|
|
|
dependencies:
|
|
x.org/util-macros: '*'
|
|
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/cc: c99
|
|
tea.xyz/gx/make: '*'
|
|
script: |
|
|
./configure \
|
|
--prefix="{{prefix}}" \
|
|
--sysconfdir="$SHELF"/etc \
|
|
--localstatedir="$SHELF"/var
|
|
make --jobs {{ hw.concurrency }} install
|
|
env:
|
|
SHELF: ${{tea.prefix}}/x.org
|
|
|
|
test:
|
|
dependencies:
|
|
freedesktop.org/pkg-config: ~0.29
|
|
script: |
|
|
pkg-config --cflags xproto
|
|
pkg-config --cflags xf86driproto
|