From f6332a43c35387c4a2dea1746be5fd092890ae0e Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 27 Jun 2022 23:09:07 +0100 Subject: added lf and iptables --- repo/ddcutil/ddcutil.xibuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 repo/ddcutil/ddcutil.xibuild (limited to 'repo/ddcutil/ddcutil.xibuild') diff --git a/repo/ddcutil/ddcutil.xibuild b/repo/ddcutil/ddcutil.xibuild new file mode 100644 index 0000000..457c922 --- /dev/null +++ b/repo/ddcutil/ddcutil.xibuild @@ -0,0 +1,25 @@ +#!/bin/sh + +NAME="ddcutil" +DESC="Query and change Linux monitor settings using DDC/CI and USB" + +MAKEDEPS="linux-headers autoconf automake libtool eudev libusb i2c-tools libxrandr glib kmod" + +PKG_VER=1.2.2 +SOURCE="https://github.com/rockowitz/ddcutil/archive/v$PKG_VER.tar.gz" + +prepare() { + NOCONFIGURE=1 ./autogen.sh +} + +build() { + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man + make +} + +package() { + make DESTDIR="$PKG_DEST" install +} + -- cgit v1.2.1