You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
450 B
13 lines
450 B
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libfm-qt
|
|
Description: A Qt/glib/gio-based lib used to develop file managers providing some file management utilities. (This is a Qt port of the original libfm library)
|
|
URL: http://pcmanfm.sourceforge.net/
|
|
Requires: @REQUIRED_QT@ libfm >= 1.2.0
|
|
Version: @LIBFM_QT_VERSION@
|
|
Libs: -L${libdir} -lfm -l@LIBRARY_NAME@
|
|
Cflags: -I${includedir}
|