Mercurial > fife-parpg
comparison build/linux/pkgconfig_files/guichan_sdl.pc @ 0:4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sun, 29 Jun 2008 18:44:17 +0000 |
parents | |
children | 49e0633b7dd2 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4a0efb7baf70 |
---|---|
1 # guichan_sdl.pc -- pkg-config data for Guichan_SDL | |
2 | |
3 # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/' | |
4 prefix= /usr/local | |
5 INSTALL_BIN= ${prefix}/bin | |
6 INSTALL_INC= ${prefix}/include | |
7 INSTALL_LIB= ${prefix}/lib | |
8 INSTALL_MAN= ${prefix}/man/man1 | |
9 | |
10 # canonical vars | |
11 exec_prefix=${prefix} | |
12 libdir=${exec_prefix}/lib | |
13 includedir=${prefix}/include | |
14 | |
15 Name: Guichan | |
16 Description: A GUI library | |
17 Version: 0.6 | |
18 Requires: | |
19 Libs: -L${libdir} -lguichan_sdl | |
20 Cflags: -I${includedir} | |
21 | |
22 # (end of guichan_sdl.pc) |