libtasn1.pc 1.1 KB

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