gnu: commoncpp: Add support for gnu updater.
* gnu/packages/telephony.scm (commoncpp)[properties]: New field. Add ftp-directory, upstream-name.
This commit is contained in:
parent
6ecce47180
commit
c9508c4337
1 changed files with 2 additions and 0 deletions
|
@ -209,6 +209,8 @@ communications via sockets, and various methods for data handling, such as
|
||||||
serialization and XML parsing. It includes the uCommon C++ library, a smaller
|
serialization and XML parsing. It includes the uCommon C++ library, a smaller
|
||||||
reimplementation.")
|
reimplementation.")
|
||||||
(license license:gpl2+) ; plus runtime exception
|
(license license:gpl2+) ; plus runtime exception
|
||||||
|
(properties '((ftp-directory . "/gnu/commoncpp")
|
||||||
|
(upstream-name . "commoncpp2")))
|
||||||
(home-page "https://www.gnu.org/software/commoncpp/")))
|
(home-page "https://www.gnu.org/software/commoncpp/")))
|
||||||
|
|
||||||
(define-public ucommon
|
(define-public ucommon
|
||||||
|
|
Reference in a new issue