source:
libcaca/trunk/cpp/caca++.pc
@
783
Last change on this file since 783 was 781, checked in by , 15 years ago | |
---|---|
File size: 278 bytes |
Line | |
---|---|
1 | prefix=/usr/local |
2 | exec_prefix=${prefix} |
3 | libdir=${exec_prefix}/lib |
4 | includedir=${prefix}/include |
5 | |
6 | Name: caca++ |
7 | Description: Colour ASCII-Art library C++ bindings |
8 | Version: 0.10 |
9 | Requires: cucul++ = 0.10 |
10 | Conflicts: |
11 | Libs: -L${libdir} -lcaca -lcucul -lcucul++ |
12 | Cflags: -I${includedir} |
Note: See TracBrowser
for help on using the repository browser.