From 9616b2c3d95153fd65aaaca266bea86fe9c2b1ba Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 6 Apr 2020 20:57:29 +0300 Subject: xdpyinfo: add new package at 1.3.2 to xorg --- xorg/xdpyinfo/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 xorg/xdpyinfo/build (limited to 'xorg/xdpyinfo/build') 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 -- cgit v1.2.3