From 57f2f8976b37ba6f6ec188c77e38cd854d594233 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 2 Dec 2011 08:49:09 +0100 Subject: Rename to `ufodecode` --- ufodecode.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ufodecode.pc.in (limited to 'ufodecode.pc.in') diff --git a/ufodecode.pc.in b/ufodecode.pc.in new file mode 100644 index 0000000..f9b007a --- /dev/null +++ b/ufodecode.pc.in @@ -0,0 +1,10 @@ +prefix=${CMAKE_INSTALL_PREFIX} +exec_prefix=${BIN_INSTALL_DIR} +libdir=${LIB_INSTALL_DIR} +includedir=${INCLUDE_INSTALL_DIR} + +Name: ${TARNAME} +Description: Decoding routines for the UFO camera +Version: ${PACKAGE_VERSION} +Libs: -L${LIB_INSTALL_DIR} -lufodecode +Cflags: -I${INCLUDE_INSTALL_DIR} -- cgit v1.2.3