vp-build/srcpkgs/ddcutil/template

27 lines
832 B
Bash

# Template file for 'ddcutil'
pkgname=ddcutil
version=1.2.2
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="i2c-tools-devel libdrm-devel libgudev-devel libkmod-devel libusb-devel libXrandr-devel"
short_desc="Query and change monitor settings using DDC/CI and USB"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-2.0-or-later"
homepage="http://www.ddcutil.com"
distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz"
checksum=f6766a00b78decc0bff7345093afb444d60172967555276c93916d181287744e
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" libexecinfo-devel musl-legacy-compat"
LDFLAGS="-lexecinfo"
post_extract() {
sed -i -e "/AM_CFLAGS += -Wpedantic/d" src/app_sysenv/Makefile.am
}
;;
esac
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}