2020-12-05 20:26:56 +00:00
|
|
|
name : ddccontrol
|
2020-07-10 17:55:41 +00:00
|
|
|
version : 1
|
|
|
|
release : 1
|
|
|
|
source :
|
2020-12-05 20:26:56 +00:00
|
|
|
- git|https://github.com/ddccontrol/ddccontrol.git : master
|
2020-07-10 17:55:41 +00:00
|
|
|
license : GPL-2.0-or-later
|
|
|
|
summary : Insert summary here
|
|
|
|
description: |
|
|
|
|
Insert description here
|
|
|
|
builddeps :
|
2020-12-05 20:26:56 +00:00
|
|
|
- pkgconfig(gtk+-2.0)
|
|
|
|
- pkgconfig(libpci)
|
2020-07-10 17:55:41 +00:00
|
|
|
rundeps :
|
2020-12-05 20:26:56 +00:00
|
|
|
- pciutils
|
2020-07-10 17:55:41 +00:00
|
|
|
setup : |
|
2020-12-05 20:26:56 +00:00
|
|
|
./autogen.sh
|
|
|
|
%configure --sysconfdir=/etc
|
2020-07-10 17:55:41 +00:00
|
|
|
build : |
|
|
|
|
%make
|
|
|
|
install : |
|
|
|
|
%make_install
|