core/frameworks.conf
Fabian Kosmale 84ae2c5d6c kf 5.0.0
2014-07-04 21:43:30 +00:00

13 lines
325 B
Plaintext

# 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 ;
}