File: libmarkdown.pc.in

package info (click to toggle)
libtext-markdown-discount-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,524 kB
  • sloc: ansic: 5,765; pascal: 1,027; sh: 208; makefile: 196; perl: 184
file content (11 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@prefix@
libdir=@libdir@
includedir=@prefix@/include

Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Description: C implementation of John Gruber's Markdown markup language

Libs: -L${libdir} -lmarkdown @LIBS@
Cflags: -I${includedir}