diff --git a/xorg/xrandr/build b/xorg/xrandr/build new file mode 100755 index 00000000..373bceed --- /dev/null +++ b/xorg/xrandr/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --localstatedir=/var + +make +make DESTDIR="$1" install diff --git a/xorg/xrandr/checksums b/xorg/xrandr/checksums new file mode 100644 index 00000000..f64563e2 --- /dev/null +++ b/xorg/xrandr/checksums @@ -0,0 +1 @@ +7bc76daf9d72f8aff885efad04ce06b90488a1a169d118dea8a2b661832e8762 xrandr-1.5.1.tar.xz diff --git a/xorg/xrandr/depends b/xorg/xrandr/depends new file mode 100644 index 00000000..6a84a73f --- /dev/null +++ b/xorg/xrandr/depends @@ -0,0 +1,2 @@ +libXrandr +xorg-util-macros make diff --git a/xorg/xrandr/sources b/xorg/xrandr/sources new file mode 100644 index 00000000..597a5258 --- /dev/null +++ b/xorg/xrandr/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/app/xrandr-1.5.1.tar.xz diff --git a/xorg/xrandr/version b/xorg/xrandr/version new file mode 100644 index 00000000..0872adad --- /dev/null +++ b/xorg/xrandr/version @@ -0,0 +1 @@ +1.5.1 1