diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/libXau | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/libXau')
-rwxr-xr-x | xorg/libXau/build | 7 | ||||
-rw-r--r-- | xorg/libXau/checksums | 1 | ||||
-rw-r--r-- | xorg/libXau/depends | 1 | ||||
-rw-r--r-- | xorg/libXau/sources | 1 | ||||
-rw-r--r-- | xorg/libXau/version | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/xorg/libXau/build b/xorg/libXau/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/libXau/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/libXau/checksums b/xorg/libXau/checksums new file mode 100644 index 00000000..cf7404f1 --- /dev/null +++ b/xorg/libXau/checksums @@ -0,0 +1 @@ +ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec libXau-1.0.9.tar.bz2 diff --git a/xorg/libXau/depends b/xorg/libXau/depends new file mode 100644 index 00000000..32e0e265 --- /dev/null +++ b/xorg/libXau/depends @@ -0,0 +1 @@ +xorgproto make diff --git a/xorg/libXau/sources b/xorg/libXau/sources new file mode 100644 index 00000000..8049390c --- /dev/null +++ b/xorg/libXau/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libXau-1.0.9.tar.bz2 diff --git a/xorg/libXau/version b/xorg/libXau/version new file mode 100644 index 00000000..77737630 --- /dev/null +++ b/xorg/libXau/version @@ -0,0 +1 @@ +1.0.9 1 |