]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libtasn1/libtasn1.nm
pdns: Update to version 3.4.7
[people/amarx/ipfire-3.x.git] / libtasn1 / libtasn1.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libtasn1
7 version = 3.2
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.gnu.org/software/libtasn1/
12 license = GPLv3+ and LGPLv2+
13 summary = The ASN.1 library used in GNUTLS.
14
15 description
16 This is the ASN.1 library used in GNUTLS. More up to date information can
17 be found at http://www.gnu.org/software/gnutls and http://www.gnutls.org.
18 end
19
20 source_dl = http://ftp.gnu.org/gnu/libtasn1/
21
22 build
23 requires
24 bison
25 end
26 end
27
28 packages
29 package %{name}
30
31 package %{name}-devel
32 template DEVEL
33 end
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38 end