Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | pmbaty | 1 | prefix=@CMAKE_INSTALL_PREFIX@ |
2 | exec_prefix=${prefix} |
||
3 | libdir=${exec_prefix}/lib |
||
4 | includedir=${prefix}/include |
||
5 | |||
6 | Name: PhysicsFS |
||
7 | Description: PhysicsFS is a library to provide abstract access to various archives. |
||
8 | URL: https://icculus.org/physfs/ |
||
9 | Version: @PHYSFS_VERSION@ |
||
10 | Libs: -L${libdir} -lphysfs |
||
11 | Cflags: -I${includedir} |