Replace ddcui with ddccontrol

This commit is contained in:
Phantop 2020-12-05 15:26:56 -05:00
parent 5500d51b08
commit 15206c629f
2 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.eopkg
pspec_x86_64.xml

View File

@ -1,19 +1,22 @@
name : ddcui
name : ddccontrol
version : 1
release : 1
source :
- git|https://github.com/rockowitz/ddcui.git : master
- git|https://github.com/ddccontrol/ddccontrol.git : master
license : GPL-2.0-or-later
summary : Insert summary here
description: |
Insert description here
builddeps :
- pkgconfig(Qt5Help)
- pkgconfig(ddcutil)
- i2c-tools
- pkgconfig(gtk+-2.0)
- pkgconfig(libpci)
rundeps :
- ddcutil
- i2c-tools
- pciutils
setup : |
%cmake
./autogen.sh
%configure --sysconfdir=/etc
build : |
%make
install : |