diff options
Diffstat (limited to 'xorg/xcb-util-image')
-rwxr-xr-x | xorg/xcb-util-image/build | 8 | ||||
-rw-r--r-- | xorg/xcb-util-image/checksums | 1 | ||||
-rw-r--r-- | xorg/xcb-util-image/depends | 3 | ||||
-rw-r--r-- | xorg/xcb-util-image/sources | 1 | ||||
-rw-r--r-- | xorg/xcb-util-image/version | 1 |
5 files changed, 14 insertions, 0 deletions
diff --git a/xorg/xcb-util-image/build b/xorg/xcb-util-image/build new file mode 100755 index 00000000..7ca84fcf --- /dev/null +++ b/xorg/xcb-util-image/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-static + +make +make DESTDIR="$1" install diff --git a/xorg/xcb-util-image/checksums b/xorg/xcb-util-image/checksums new file mode 100644 index 00000000..8b74cbc7 --- /dev/null +++ b/xorg/xcb-util-image/checksums @@ -0,0 +1 @@ +cb2c86190cf6216260b7357a57d9100811bb6f78c24576a3a5bfef6ad3740a42 xcb-util-image-0.4.0.tar.gz diff --git a/xorg/xcb-util-image/depends b/xorg/xcb-util-image/depends new file mode 100644 index 00000000..a1267485 --- /dev/null +++ b/xorg/xcb-util-image/depends @@ -0,0 +1,3 @@ +libXau +libxcb +xcb-util diff --git a/xorg/xcb-util-image/sources b/xorg/xcb-util-image/sources new file mode 100644 index 00000000..f8a5eeab --- /dev/null +++ b/xorg/xcb-util-image/sources @@ -0,0 +1 @@ +https://xcb.freedesktop.org/dist/xcb-util-image-0.4.0.tar.gz diff --git a/xorg/xcb-util-image/version b/xorg/xcb-util-image/version new file mode 100644 index 00000000..6f3c0f7f --- /dev/null +++ b/xorg/xcb-util-image/version @@ -0,0 +1 @@ +0.4.0 1 |