Mercurial > pidgin
annotate libpurple/purple.pc.in @ 23346:d6df2d048eb1
I should have my email address in here, I think. I'd be ok with
listing me as "maintainer" or "developer and maintainer" if
people think it's a good idea.
I think I like being sorted in with everyone else and not listed
at the top, since there are other people who I think contribute a
lot more than me. I feel kinda like a spirit guide. One day you
might be taking a walk in a forest and see a talking lizard, and
that lizard will turn out to be me, and you'll be totally freaked
out, but it'll be ok.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 10 Jun 2008 07:56:52 +0000 |
parents | 389a51db740f |
children | 1d969bd224f2 |
rev | line source |
---|---|
15615
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
1 prefix=@prefix@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
2 exec_prefix=@exec_prefix@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
3 libdir=@libdir@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
4 includedir=@includedir@ |
21455
389a51db740f
The order of these variable declarations is important if we want the
Stu Tomlinson <stu@nosnilmot.com>
parents:
21323
diff
changeset
|
5 datarootdir=@datarootdir@ |
15615
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
6 datadir=@datadir@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
7 sysconfdir=@sysconfdir@ |
21323
eb53ce4852a6
fix a bunch of these warnings from running configure:
Stu Tomlinson <stu@nosnilmot.com>
parents:
16583
diff
changeset
|
8 |
15615
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
9 Name: libpurple |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
10 Description: libpurple is a GLib-based instant messenger library. |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
11 Version: @VERSION@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
12 Requires: glib-2.0 |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
13 Cflags: -I${includedir}/libpurple |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
14 Libs: -L${libdir} -lpurple |