diff options
| author | 2009-01-29 18:46:22 +0100 | |
|---|---|---|
| committer | 2009-01-29 18:46:22 +0100 | |
| commit | ecfe5f4ece77491d764d570aad02fd422da5338c (patch) | |
| tree | 10962adddfb61bf780ca70fac250daef9d890fae /libplist.pc.in | |
| parent | bfd57eb1cf738ed62e17941e855347772ce48ef2 (diff) | |
| download | libplist-ecfe5f4ece77491d764d570aad02fd422da5338c.tar.gz libplist-ecfe5f4ece77491d764d570aad02fd422da5338c.tar.bz2 | |
Rename pkgconfig from libplist-1.0 to libplist.
Diffstat (limited to 'libplist.pc.in')
| -rw-r--r-- | libplist.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libplist.pc.in b/libplist.pc.in new file mode 100644 index 0000000..34110e3 --- /dev/null +++ b/libplist.pc.in | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | prefix=@prefix@ | ||
| 2 | exec_prefix=@exec_prefix@ | ||
| 3 | libdir=@libdir@ | ||
| 4 | includedir=@includedir@ | ||
| 5 | |||
| 6 | Name: libplist | ||
| 7 | Description: A library to handle Apple Property Lists whereas they are binary or XML | ||
| 8 | Version: @VERSION@ | ||
| 9 | Requires: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1 | ||
| 10 | Libs: -L${libdir} -lplist | ||
| 11 | Cflags: -I${includedir} | ||
| 12 | |||
