diff options
| author | 2008-12-13 12:21:03 +0100 | |
|---|---|---|
| committer | 2008-12-13 12:21:03 +0100 | |
| commit | 3fdd24aea06a9bf38d9d34fb8bccbb7023ed3100 (patch) | |
| tree | 1080d26eca01c885efb33f3f98821a981a25e8b4 /libplist-1.0.pc.in | |
| parent | 3d8ba053deeacd74e621469d3d45d1db38ee411a (diff) | |
| download | libplist-3fdd24aea06a9bf38d9d34fb8bccbb7023ed3100.tar.gz libplist-3fdd24aea06a9bf38d9d34fb8bccbb7023ed3100.tar.bz2 | |
Fork libiphone and remove anything non plist specific.
Update library and make related files acordingly .
Diffstat (limited to 'libplist-1.0.pc.in')
| -rw-r--r-- | libplist-1.0.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libplist-1.0.pc.in b/libplist-1.0.pc.in new file mode 100644 index 0000000..34110e3 --- /dev/null +++ b/libplist-1.0.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 | |||
