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/libXfixes | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/libXfixes')
-rwxr-xr-x | xorg/libXfixes/build | 7 | ||||
-rw-r--r-- | xorg/libXfixes/checksums | 1 | ||||
-rw-r--r-- | xorg/libXfixes/sources | 1 | ||||
-rw-r--r-- | xorg/libXfixes/version | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/xorg/libXfixes/build b/xorg/libXfixes/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/libXfixes/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/libXfixes/checksums b/xorg/libXfixes/checksums new file mode 100644 index 00000000..e805a0a8 --- /dev/null +++ b/xorg/libXfixes/checksums @@ -0,0 +1 @@ +de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6 libXfixes-5.0.3.tar.bz2 diff --git a/xorg/libXfixes/sources b/xorg/libXfixes/sources new file mode 100644 index 00000000..c723eea3 --- /dev/null +++ b/xorg/libXfixes/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libXfixes-5.0.3.tar.bz2 diff --git a/xorg/libXfixes/version b/xorg/libXfixes/version new file mode 100644 index 00000000..374dd194 --- /dev/null +++ b/xorg/libXfixes/version @@ -0,0 +1 @@ +5.0.3 1 |