From 7b32bf9d9bca8c1c54d579e092c90c1037eba20c Mon Sep 17 00:00:00 2001 From: trunc88 Date: Fri, 1 Jul 2022 20:43:09 -0400 Subject: [PATCH] qstat: new package from git --- qstat/build | 9 +++++++++ qstat/depends | 2 ++ qstat/sources | 1 + qstat/version | 1 + 4 files changed, 13 insertions(+) create mode 100755 qstat/build create mode 100644 qstat/depends create mode 100644 qstat/sources create mode 100644 qstat/version diff --git a/qstat/build b/qstat/build new file mode 100755 index 0000000..826c374 --- /dev/null +++ b/qstat/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./autogen.sh +./configure \ + --prefix=/usr \ + --disable-debug + +make +make DESTDIR="$1" install diff --git a/qstat/depends b/qstat/depends new file mode 100644 index 0000000..8617447 --- /dev/null +++ b/qstat/depends @@ -0,0 +1,2 @@ +autoconf +automake diff --git a/qstat/sources b/qstat/sources new file mode 100644 index 0000000..50ccd63 --- /dev/null +++ b/qstat/sources @@ -0,0 +1 @@ +git+https://github.com/Unity-Technologies/qstat diff --git a/qstat/version b/qstat/version new file mode 100644 index 0000000..a383ea1 --- /dev/null +++ b/qstat/version @@ -0,0 +1 @@ +git 1 -- 2.11.4.GIT