diff options
-rwxr-xr-x | xorg/xdpyinfo/build | 7 | ||||
-rw-r--r-- | xorg/xdpyinfo/checksums | 1 | ||||
-rw-r--r-- | xorg/xdpyinfo/depends | 6 | ||||
-rw-r--r-- | xorg/xdpyinfo/sources | 1 | ||||
-rw-r--r-- | xorg/xdpyinfo/version | 1 |
5 files changed, 16 insertions, 0 deletions
diff --git a/xorg/xdpyinfo/build b/xorg/xdpyinfo/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/xdpyinfo/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/xdpyinfo/checksums b/xorg/xdpyinfo/checksums new file mode 100644 index 00000000..45af63ee --- /dev/null +++ b/xorg/xdpyinfo/checksums @@ -0,0 +1 @@ +30238ed915619e06ceb41721e5f747d67320555cc38d459e954839c189ccaf51 xdpyinfo-1.3.2.tar.bz2 diff --git a/xorg/xdpyinfo/depends b/xorg/xdpyinfo/depends new file mode 100644 index 00000000..59c493ea --- /dev/null +++ b/xorg/xdpyinfo/depends @@ -0,0 +1,6 @@ +libXcomposite +libXext +libXinerama +libXrender +libXtst +libXxf86vm diff --git a/xorg/xdpyinfo/sources b/xorg/xdpyinfo/sources new file mode 100644 index 00000000..77f89385 --- /dev/null +++ b/xorg/xdpyinfo/sources @@ -0,0 +1 @@ +https://xorg.freedesktop.org/releases/individual/app/xdpyinfo-1.3.2.tar.bz2 diff --git a/xorg/xdpyinfo/version b/xorg/xdpyinfo/version new file mode 100644 index 00000000..a8cebfe5 --- /dev/null +++ b/xorg/xdpyinfo/version @@ -0,0 +1 @@ +1.3.2 1 |