desktop/frameworks.conf
2014-06-21 22:19:49 +00:00

13 lines
329 B
Plaintext

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