Remove obsolete lsm file

This commit is contained in:
Luis Díaz Más 2018-09-11 17:56:21 +02:00
parent 19d9ae844b
commit 48e0b1d0c1
2 changed files with 0 additions and 16 deletions

View File

@ -41,7 +41,5 @@ add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_BINARY_DIR}/cmake_uni
if( NOT MSVC )
configure_file( cmake/exiv2.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/exiv2.pc @ONLY )
install( FILES ${CMAKE_CURRENT_BINARY_DIR}/exiv2.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig )
configure_file( cmake/exiv2.lsm.cmake ${CMAKE_CURRENT_BINARY_DIR}/exiv2.lsm)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/exiv2.lsm DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig )
endif()

View File

@ -1,14 +0,0 @@
Begin4
Title: ${PACKAGE_NAME}
Version: ${PACKAGE_VERSION}
Entered-date: 2004-05-01
Description: Exiv2 is a C++ library and a command line utility to manage image metadata.
It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats.
Keywords: image photo metadata exif iptc xmp makernotes
Author: ${PACKAGE_COPYRIGHT} <${PACKAGE_BUGREPORT}>
Maintained-by: ${PACKAGE_COPYRIGHT} <${PACKAGE_BUGREPORT}>
Primary-site: ${PACKAGE_URL}
Original-site: ${PACKAGE_URL}
Platforms: Linux and other Unices, MacOs-X, Win32.
Copying-policy: GPL
End