]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - libksba/libksba.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / libksba / libksba.nm
diff --git a/libksba/libksba.nm b/libksba/libksba.nm
new file mode 100644 (file)
index 0000000..63ecf93
--- /dev/null
@@ -0,0 +1,36 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libksba
+version    = 1.0.8
+release    = 1
+
+groups     = System/Libraries
+url        = http://www.gnugp.org
+license    = GPLv3
+summary    = X.509 Library.
+
+description
+       KSBA is a library designed to build software based on the X.509 and \
+       CMS protocols.
+end
+
+source_dl  =
+sources    = %{thisapp}.tar.bz2
+
+build
+       requires
+               libgpg-error-devel
+       end
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end