# the install prefix KFInstallPrefix="/usr" # download location KFServer="http://download.kde.org/stable/frameworks/" # Frameworks version KFVersion="5.0.0" # Build type; can be one of Debug,Release and RelWithDebInfo KFBuildType="RelWithDebInfo" function getSum() { awk "\$2 ~ /${1}-/ {print \$1}" ../frameworks.sums ; }