libintfic.pc.in 352 B

12345678910111213
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: libintfic
  6. Version: @VERSION@
  7. Description: A library designed to assist with writing text-based interactive fiction games.
  8. URL: https://notabug.org/theflash/libintfic
  9. Requires: glib-2.0 gobject-2.0 ncurses
  10. Libs: -L${libdir} -lintfic
  11. Cflags: -I${includedir}/intfic