| author | ali <j.a.harlow@letterboxes.org> |
| Thu Feb 09 20:45:27 2012 +0000 (2012-02-09) | |
| changeset 419 | 891991677a7f |
| parent 335 | 636f120d1b5e |
| child 453 | 1fd1d221092d |
| permissions | -rw-r--r-- |
| rhughes@241 | 1 |
prefix=@prefix@ |
| rhughes@241 | 2 |
exec_prefix=@exec_prefix@ |
| rhughes@241 | 3 |
libdir=@libdir@ |
| rhughes@241 | 4 |
includedir=@includedir@ |
| rhughes@241 | 5 |
|
| rhughes@241 | 6 |
Name: razor |
| rhughes@241 | 7 |
Description: library for depsolving, installing and removing packages |
| rhughes@241 | 8 |
Version: @VERSION@ |
| ali@344 | 9 |
Requires: @REQUIREMENTS@ |
| ali@344 | 10 |
Libs: -L${libdir} -lrazor @EXPAT_LIBS@ @ZLIB_LIBS@ @EXTRA_LIBS@
|
| rhughes@241 | 11 |
Cflags: -I${includedir}/razor
|
| rhughes@241 | 12 |