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/libxshmfence | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/libxshmfence')
-rwxr-xr-x | xorg/libxshmfence/build | 8 | ||||
-rw-r--r-- | xorg/libxshmfence/checksums | 1 | ||||
-rw-r--r-- | xorg/libxshmfence/depends | 1 | ||||
-rw-r--r-- | xorg/libxshmfence/sources | 1 | ||||
-rw-r--r-- | xorg/libxshmfence/version | 1 |
5 files changed, 12 insertions, 0 deletions
diff --git a/xorg/libxshmfence/build b/xorg/libxshmfence/build new file mode 100755 index 00000000..4a70bbd8 --- /dev/null +++ b/xorg/libxshmfence/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --with-shared-memory-dir=/dev/shm + +make +make DESTDIR="$1" install diff --git a/xorg/libxshmfence/checksums b/xorg/libxshmfence/checksums new file mode 100644 index 00000000..64031f30 --- /dev/null +++ b/xorg/libxshmfence/checksums @@ -0,0 +1 @@ +b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7 libxshmfence-1.3.tar.bz2 diff --git a/xorg/libxshmfence/depends b/xorg/libxshmfence/depends new file mode 100644 index 00000000..32e0e265 --- /dev/null +++ b/xorg/libxshmfence/depends @@ -0,0 +1 @@ +xorgproto make diff --git a/xorg/libxshmfence/sources b/xorg/libxshmfence/sources new file mode 100644 index 00000000..37d40769 --- /dev/null +++ b/xorg/libxshmfence/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libxshmfence-1.3.tar.bz2 diff --git a/xorg/libxshmfence/version b/xorg/libxshmfence/version new file mode 100644 index 00000000..a37a04c3 --- /dev/null +++ b/xorg/libxshmfence/version @@ -0,0 +1 @@ +1.3 1 |