diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-11 20:30:10 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-11 20:30:10 +0100 |
commit | f1aa954910f419c749d734ddd65ea2ee58081f55 (patch) | |
tree | 264462bccf578c4c73de7dbbb32a83f7de2f36eb | |
parent | 7696d0fa923b54856c2cdc8da6e2daffab174089 (diff) | |
download | razer-bw-te-ctl-f1aa954910f419c749d734ddd65ea2ee58081f55.tar.gz razer-bw-te-ctl-f1aa954910f419c749d734ddd65ea2ee58081f55.tar.xz razer-bw-te-ctl-f1aa954910f419c749d734ddd65ea2ee58081f55.zip |
Fix packaging, update README
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README.adoc | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 54baa01..67dff42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 () diff --git a/README.adoc b/README.adoc index ee18b70..16001a5 100644 --- a/README.adoc +++ b/README.adoc @@ -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 + |