Fix packaging, update README

This commit is contained in:
Přemysl Eric Janouch 2016-03-11 20:30:10 +01:00
parent 7696d0fa92
commit f1aa954910
2 changed files with 10 additions and 1 deletions

View File

@ -33,7 +33,7 @@ endforeach ()
add_custom_target (docs ALL DEPENDS ${project_MAN_PAGES})
foreach (page ${project_MAN_PAGES})
string (REGEX MATCH "\\.([0-9])" manpage_suffix "${page}")
string (REGEX MATCH "\\.([0-9])$" manpage_suffix "${page}")
install (FILES "${page}"
DESTINATION "${CMAKE_INSTALL_MANDIR}/man${CMAKE_MATCH_1}")
endforeach ()

View File

@ -11,6 +11,15 @@ due to protocol changes, although I don't really deem it very probable.
Run `razer-bw-te-ctl --help` or `man razer-bw-te-ctl` for usage information.
Packages
--------
Regular releases are sporadic. git master should be stable enough. You can get
a package with the latest development version from Archlinux's AUR, or from
openSUSE Build Service for the rest of mainstream distributions. Consult the
list of repositories and their respective links at:
https://build.opensuse.org/project/repositories/home:pjanouch:git
Installation
------------
Build dependencies: cmake >= 2.8.5, help2man +