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:
Efraim Flashner 2020-04-22 23:34:20 +03:00
parent 6ecce47180
commit c9508c4337
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -209,6 +209,8 @@ (define-public commoncpp
serialization and XML parsing. It includes the uCommon C++ library, a smaller
reimplementation.")
(license license:gpl2+) ; plus runtime exception
(properties '((ftp-directory . "/gnu/commoncpp")
(upstream-name . "commoncpp2")))
(home-page "https://www.gnu.org/software/commoncpp/")))
(define-public ucommon