pantry/projects/x.org/protocol/package.yml
Jacob Heider 04a96fd3d3
undo adding automake everywhere (#2210)
* Revert "fix(xorg/protocol)"

This reverts commit 2c5953be32.

* Revert "fix(openvpn)"

This reverts commit d56ab8d1ef.

* Revert "fix(x11)"

This reverts commit c9bf2cd5cd.

* Revert "fix(libmd)[1]"

This reverts commit b36124ab90.

* partial revert of `fix(libmd)`

* partial revert of `fix(automake)`
2023-06-16 13:07:05 -04:00

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