mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+util-macros
This commit is contained in:
parent
6a30c3a3aa
commit
748e411913
24
projects/x.org/util-macros/package.yml
Normal file
24
projects/x.org/util-macros/package.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
distributable:
|
||||
url: https://www.x.org/archive/individual/util/util-macros-{{version}}.tar.xz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
- 1.20.0 # fix
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
script: |
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }}
|
||||
make install
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix="{{prefix}}"
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: '*'
|
||||
script: |
|
||||
pkg-config --exists xorg-macros
|
Loading…
Reference in a new issue