mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
new file: projects/x.org/xauth/package.yml
This commit is contained in:
parent
1851396e87
commit
fb2d01d6f0
1 changed files with 45 additions and 0 deletions
45
projects/x.org/xauth/package.yml
Normal file
45
projects/x.org/xauth/package.yml
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
distributable:
|
||||||
|
url: https://www.x.org/releases/individual/app/xauth-{{version}}.tar.xz
|
||||||
|
strip-components: 1
|
||||||
|
versions:
|
||||||
|
url: https://www.x.org/releases/individual/app/
|
||||||
|
match: /xauth-\d+\.\d+\.\d+\.tar\.xz/
|
||||||
|
strip:
|
||||||
|
- /^xauth-/
|
||||||
|
- /\.tar\.xz/
|
||||||
|
dependencies:
|
||||||
|
x.org/x11: '*'
|
||||||
|
x.org/exts: '*'
|
||||||
|
x.org/xau: '*'
|
||||||
|
x.org/xmu: '*'
|
||||||
|
linux:
|
||||||
|
x.org/xcb: '*'
|
||||||
|
x.org/xdmcp: '*'
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
freedesktop.org/pkg-config: '*'
|
||||||
|
x.org/util-macros: '*'
|
||||||
|
linux:
|
||||||
|
gnu.org/gcc: '*'
|
||||||
|
gnu.org/make: '*'
|
||||||
|
script:
|
||||||
|
- ./configure $CONFIGURE_ARGS
|
||||||
|
- make --jobs {{ hw.concurrency }}
|
||||||
|
- make --jobs {{ hw.concurrency }} install
|
||||||
|
env:
|
||||||
|
CONFIGURE_ARGS:
|
||||||
|
- --disable-debug
|
||||||
|
- --disable-dependency-tracking
|
||||||
|
- --prefix="{{prefix}}"
|
||||||
|
- --libdir="{{prefix}}/lib"
|
||||||
|
- --sysconfdir="{{prefix}}/etc"
|
||||||
|
- --localstatedir="{{prefix}}/var"
|
||||||
|
- --enable-unix-transport
|
||||||
|
- --enable-tcp-transport
|
||||||
|
- --enable-ipv6
|
||||||
|
- --enable-local-transport
|
||||||
|
provides:
|
||||||
|
- bin/xauth
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- xauth version | grep {{version}}
|
Loading…
Reference in a new issue