1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2024-09-21 01:20:21 +00:00
solus-stuff/ddccontrol/package.yml

22 lines
451 B
YAML
Raw Normal View History

2020-12-05 20:26:56 +00:00
name : ddccontrol
version : 1
release : 1
source :
2020-12-05 20:26:56 +00:00
- git|https://github.com/ddccontrol/ddccontrol.git : master
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)
rundeps :
2020-12-05 20:26:56 +00:00
- pciutils
setup : |
2020-12-05 20:26:56 +00:00
./autogen.sh
%configure --sysconfdir=/etc
build : |
%make
install : |
%make_install