Mercurial > pidgin.yaz
annotate libpurple/purple-3.pc.in @ 32408:16b33ffd75f8
merge of '1ca17dd26ee879f7580c72b03d018e444e0a5144'
and '9000557e8a6b7649547a10cfc0fe85dbb8ce661d'
author | masca@cpw.pidgin.im |
---|---|
date | Thu, 25 Aug 2011 04:40:34 +0000 |
parents | 66a445eb2b84 |
children |
rev | line source |
---|---|
32287
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
1 prefix=@prefix@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
2 exec_prefix=@exec_prefix@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
3 libdir=@libdir@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
4 includedir=@includedir@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
5 datarootdir=@datarootdir@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
6 datadir=@datadir@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
7 sysconfdir=@sysconfdir@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
8 |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
9 plugindir=${libdir}/purple-@PURPLE_MAJOR_VERSION@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
10 |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
11 Name: libpurple |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
12 Description: libpurple is a GLib-based instant messenger library. |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
13 Version: @VERSION@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
14 Requires: glib-2.0 |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
15 Cflags: -I${includedir} |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
16 Libs: -L${libdir} -lpurple |