[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40677] [PATCH 04/18] gnu: Add libnatpmp.
From: |
Jan Wielkiewicz |
Subject: |
[bug#40677] [PATCH 04/18] gnu: Add libnatpmp. |
Date: |
Tue, 21 Apr 2020 18:10:18 +0200 |
---
gnu/packages/networking.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f754683bb9..02ba5e9601 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -374,6 +374,34 @@ between different versions of ØMQ.")
files contain direct mappings of the abstractions provided by the ØMQ C API.")
(license license:expat)))
+(define-public libnatpmp
+ (package
+ (name "libnatpmp")
+ (version "20150609")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://miniupnp.free.fr/files/"
+ name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1c1n8n7mp0amsd6vkz32n8zj3vnsckv308bb7na0dg0r8969rap1"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (delete 'configure)
+ (delete 'check))
+ #:make-flags
+ (list (string-append "PREFIX=" (assoc-ref %outputs "out")))))
+ (home-page "http://miniupnp.free.fr/libnatpmp.html")
+ (synopsis "C library implementing NAT-PMP")
+ (description
+ "libnatpmp is a portable and asynchronous implementaiton of
+the Network Address Translation - Port Mapping Protocol (NAT-PMP)
+written in the C programming language.")
+ (license license:bsd-3)))
+
(define-public librdkafka
(package
(name "librdkafka")
--
2.26.1
- [bug#40677] [PATCH 25/30] gnu: pjproject-jami: Bump to 2.10; apply some cool patches., (continued)
- [bug#40677] Code review problems resolved, Jan, 2020/04/20
- [bug#40677] [PATCH 01/18] gnu: jami: Move Jami and its dependencies to jami.scm., Jan Wielkiewicz, 2020/04/21
- [bug#40677] [PATCH 05/18] gnu: libring: Add libnatpmp as an optional dependency., Jan Wielkiewicz, 2020/04/21
- [bug#40677] [PATCH 04/18] gnu: Add libnatpmp.,
Jan Wielkiewicz <=
- [bug#40677] [PATCH 04/18] gnu: Add libnatpmp., Mathieu Othacehe, 2020/04/22
- [bug#40677] [PATCH 04/18] gnu: Add libnatpmp., Jan, 2020/04/27
- [bug#40677] [PATCH 04/18] gnu: Add libnatpmp., Mathieu Othacehe, 2020/04/28
- [bug#40677] [PATCH 04/18] gnu: Add libnatpmp., Jan, 2020/04/29
- [bug#40677] [PATCH 04/18] gnu: Add libnatpmp., Mathieu Othacehe, 2020/04/30
[bug#40677] [PATCH 06/18] gnu: libupnp: Bump to 1.8.6; change the download method to git-fetch; add missing dependencies., Jan Wielkiewicz, 2020/04/21
[bug#40677] [PATCH 02/18] gnu: jami: Fix downloading., Jan Wielkiewicz, 2020/04/21
[bug#40677] [PATCH 10/18] gnu: pjproject-jami: Add a new SFL patch., Jan Wielkiewicz, 2020/04/21
[bug#40677] [PATCH 08/18] gnu: libring: Use ffmpeg-jami instead of ffmpeg., Jan Wielkiewicz, 2020/04/21
[bug#40677] [PATCH 11/18] gnu: pjproject: Fix formatting., Jan Wielkiewicz, 2020/04/21