ipfire-3.x/p11-kit/p11-kit.nm

44 lines
1.1 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = p11-kit
version = 0.23.2
release = 1
groups = System/Libraries
url = http://p11-glue.freedesktop.org/p11-kit.html
license = BSD
summary = Provides a way to load and enumerate PKCS#11 modules.
description
Provides a way to load and enumerate PKCS#11 modules. Provides a standard
configuration setup for installing PKCS#11 modules in such a way that they're
discoverable.
Also solves problems with coordinating the use of PKCS#11 by different
components or libraries living in the same process.
end
source_dl = http://p11-glue.freedesktop.org/releases/
build
requires
libffi-devel >= 3.0.0
libtasn1-devel >= 2.3
end
end
packages
package %{name}
package %{name}-devel
template DEVEL
end
package %{name}-debuginfo
template DEBUGINFO
end
end