Initialize Tizen 2.3
[external/libtasn1.git] / lib / libtasn1.pc.in
1 # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software
2 # Foundation, Inc.
3 #
4 # This file is part of LIBTASN1.
5 #
6 # The LIBTASN1 library is free software; you can redistribute it
7 # and/or modify it under the terms of the GNU Lesser General Public
8 # License as published by the Free Software Foundation; either
9 # version 2.1 of the License, or (at your option) any later version.
10 #
11 # This library is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 # Lesser General Public License for more details.
15 #
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this library; if not, write to the Free Software
18 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 # 02110-1301, USA
20
21 prefix=@prefix@
22 exec_prefix=@exec_prefix@
23 libdir=@libdir@
24 includedir=@includedir@
25
26 Name: libtasn1
27 Description: Library for ASN.1 and DER manipulation
28 URL: http://www.gnu.org/software/libtasn1/
29 Version: @VERSION@
30 Libs: -L${libdir} -ltasn1
31 Cflags: -I${includedir}