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/xcb-proto | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/xcb-proto')
-rwxr-xr-x | xorg/xcb-proto/build | 7 | ||||
-rw-r--r-- | xorg/xcb-proto/checksums | 1 | ||||
-rw-r--r-- | xorg/xcb-proto/depends | 1 | ||||
-rw-r--r-- | xorg/xcb-proto/sources | 1 | ||||
-rw-r--r-- | xorg/xcb-proto/version | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/xorg/xcb-proto/build b/xorg/xcb-proto/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/xcb-proto/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/xcb-proto/checksums b/xorg/xcb-proto/checksums new file mode 100644 index 00000000..a500a6cb --- /dev/null +++ b/xorg/xcb-proto/checksums @@ -0,0 +1 @@ +7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1 xcb-proto-1.13.tar.bz2 diff --git a/xorg/xcb-proto/depends b/xorg/xcb-proto/depends new file mode 100644 index 00000000..ecc77727 --- /dev/null +++ b/xorg/xcb-proto/depends @@ -0,0 +1 @@ +python make diff --git a/xorg/xcb-proto/sources b/xorg/xcb-proto/sources new file mode 100644 index 00000000..716865c3 --- /dev/null +++ b/xorg/xcb-proto/sources @@ -0,0 +1 @@ +https://xcb.freedesktop.org/dist/xcb-proto-1.13.tar.bz2 diff --git a/xorg/xcb-proto/version b/xorg/xcb-proto/version new file mode 100644 index 00000000..c63803d1 --- /dev/null +++ b/xorg/xcb-proto/version @@ -0,0 +1 @@ +1.13 1 |