From: Michael Tremer Date: Wed, 3 Dec 2014 13:33:05 +0000 (+0100) Subject: libuecc: New package X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fipfire-3.x.git;a=commitdiff_plain;h=69e514d271f8b0895927011d8f6a94cc9bcf62ab;ds=inline libuecc: New package Very small Elliptic Curve Cryptography library used by fastd --- diff --git a/libuecc/libuecc.nm b/libuecc/libuecc.nm new file mode 100644 index 000000000..5e1702436 --- /dev/null +++ b/libuecc/libuecc.nm @@ -0,0 +1,43 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = libuecc +version = 4 +release = 1 + +groups = Development/Tools +url = http://git.universe-factory.net/libuecc +license = BSD +summary = Very small Elliptic Curve Cryptography library + +description + %{summary}. +end + +source_dl = http://git.universe-factory.net/libuecc/snapshot/ +sources = %{thisapp}.tar.xz + +build + requires + cmake >= 2.8.4-3 + end + + build + %{cmake} . + make %{PARALLELISMFLAGS} + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end