pantry/projects/x.org/libSM/package.yml
Andrew 39cf18b517
x.org/libSM (#3335)
* new file:   projects/x.org/libSM/package.yml
new file:   projects/x.org/libSM/test.c

* modified:   projects/x.org/libSM/package.yml
2023-09-16 17:21:40 -04:00

38 lines
926 B
YAML

distributable:
url: https://www.x.org/archive/individual/lib/libSM-{{version}}.tar.xz
strip-components: 1
versions:
url: https://www.x.org/archive/individual/lib/
match: /libSM-\d+\.\d+\.\d+\.tar\.xz/
strip:
- /^libSM-/
- /\.tar\.xz/
dependencies:
x.org/ice: '*'
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
freedesktop.org/pkg-config: '*'
x.org/xtrans: '*'
script:
- ./configure $ARGS
- make --jobs {{ hw.concurrency }}
- make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix={{prefix}}
- --sysconfdir={{prefix}}/etc
- --localstatedir={{prefix}}/var
- --disable-dependency-tracking
- --disable-silent-rules
- --enable-docs=no
test:
dependencies:
tea.xyz/gx/cc: c99
freedesktop.org/pkg-config: '*'
script:
- cc test.c -o test
- ./test
- pkg-config --modversion sm | grep {{version}}