Files
GoldenCheetah/kqoauth/pcfile.sh
Mark Liversedge e88b89780f KQOauth import for Debian build
.. when building on Debian there is no package for
   KQOauth, so as a temporary measure we're pulling it
   into the repo to support packaging.

.. as soon as a KQOauth package is made available we
   will remove it from our repo
2015-11-12 14:00:46 +00:00

16 lines
352 B
Bash
Executable File

#!/bin/sh
# This "script" creates a pkg-config file basing on values set
# in project file
echo "prefix=$1
exec_prefix=\${prefix}
libdir=\${prefix}/lib
includedir=\${prefix}/include/QtKOAuth
Name: KQOAuth
Description: Qt OAuth support library
Version: $2
Requires: QtCore QtNetwork
Libs: -L\${libdir} -lkqoauth
Cflags: -I\${includedir}" > kqoauth.pc