mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
+x.org/ice
This commit is contained in:
parent
1a58eaabb4
commit
d2bfebd479
46
projects/x.org/ice/package.yml
Normal file
46
projects/x.org/ice/package.yml
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
distributable:
|
||||||
|
url: https://www.x.org/archive/individual/lib/libICE-{{version}}.tar.xz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
- 1.1.1
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
x.org/protocol: '*'
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
tea.xyz/gx/cc: c99
|
||||||
|
tea.xyz/gx/make: '*'
|
||||||
|
freedesktop.org/pkg-config: ~0.29
|
||||||
|
x.org/xtrans: '*'
|
||||||
|
script: |
|
||||||
|
./configure $ARGS
|
||||||
|
make --jobs {{ hw.concurrency }} install
|
||||||
|
env:
|
||||||
|
SHELF: ${{tea.prefix}}/x.org
|
||||||
|
ARGS:
|
||||||
|
- --prefix="{{prefix}}"
|
||||||
|
- --sysconfdir="$SHELF"/etc
|
||||||
|
- --localstatedir="$SHELF"/var
|
||||||
|
- --disable-dependency-tracking
|
||||||
|
- --disable-silent-rules
|
||||||
|
- --enable-docs=no
|
||||||
|
- --enable-specs=no
|
||||||
|
|
||||||
|
test:
|
||||||
|
dependencies:
|
||||||
|
tea.xyz/gx/cc: c99
|
||||||
|
x.org/x11: '*'
|
||||||
|
script: |
|
||||||
|
mv $FIXTURE test.c
|
||||||
|
cc test.c
|
||||||
|
./a.out
|
||||||
|
fixture: |
|
||||||
|
#include "X11/Xlib.h"
|
||||||
|
#include "X11/ICE/ICEutil.h"
|
||||||
|
|
||||||
|
int main(int argc, char* argv[]) {
|
||||||
|
IceAuthFileEntry entry;
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in a new issue