pantry/projects/x.org/libSM/package.yml

35 lines
855 B
YAML
Raw Normal View History

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:
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:
freedesktop.org/pkg-config: '*'
script:
- cc test.c -o test
- ./test
- pkg-config --modversion sm | grep {{version}}