Last change
on this file since 72 was
71,
checked in by retracile, 10 years ago
|
Initial import of source code
|
File size:
711 bytes
|
Rev | Line | |
---|
[71] | 1 | Name: rgbkbd |
---|
| 2 | Version: 0.1 |
---|
| 3 | Release: 1%{?dist} |
---|
| 4 | Summary: User utility to interface with ckb-daemon |
---|
| 5 | |
---|
| 6 | Group: System/Utility |
---|
| 7 | License: GPLv2 |
---|
| 8 | URL: https://retracile.net |
---|
| 9 | Source0: rgbkbd.tar.bz2 |
---|
| 10 | |
---|
| 11 | #BuildRequires: |
---|
| 12 | Requires: ckb |
---|
| 13 | |
---|
| 14 | %description |
---|
| 15 | User utility to drive the lights on RGB keyboards using ckb-daemon |
---|
| 16 | |
---|
| 17 | %prep |
---|
| 18 | %setup -q -n rgbkbd |
---|
| 19 | |
---|
| 20 | %build |
---|
| 21 | true |
---|
| 22 | |
---|
| 23 | %install |
---|
| 24 | mkdir -p %{buildroot}/usr/bin |
---|
| 25 | mkdir -p %{buildroot}/usr/lib64/python2.7/site-packages |
---|
| 26 | cp -r rgbkbd %{buildroot}/usr/lib64/python2.7/site-packages/ |
---|
| 27 | cp rgbkbd_controller.py %{buildroot}/usr/bin/rgbkbd |
---|
| 28 | |
---|
| 29 | %files |
---|
| 30 | /usr/bin/rgbkbd |
---|
| 31 | /usr/lib64/python2.7/site-packages/rgbkbd |
---|
| 32 | |
---|
| 33 | %changelog |
---|
| 34 | * Sat Jan 24 2015 Eli Carter <elicarter@retracile.net> - 0.1-1 |
---|
| 35 | - Initial packaging |
---|
Note: See
TracBrowser
for help on using the repository browser.