view finch/finch.pc.in @ 21818:1aba82112cf2

Let's try MAX(lines, 2) as suggested by Sean. I've been using (lines + 1) for a while now and would probably tolerate it as a replacement for manual resizing, but I might be able to adjust to this too. We'll see.
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 12 Dec 2007 01:48:49 +0000
parents 389a51db740f
children
line wrap: on
line source

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@
sysconfdir=@sysconfdir@

Name: Finch
Description: Finch is an instant messenger application that uses libpurple for protocol support and ncurses (libgnt) for the UI.
Version: @VERSION@
Requires: gnt purple
Cflags: -I${includedir}/finch