blob: 015eead6cad2a0958c79c3fedfafd2d98c7b5223 (
plain) (
tree)
|
|
SPELL=fontconfig
if [[ "$FONTCONFIG_BRANCH" == "devel" ]]; then
VERSION=2.12.6
SOURCE_HASH=sha512:2a1d3e62cae2bfcae2e67e9cb75ab6534a35bda4215f1ad4b8bf757e77e7d9d609c016562f5288fd10046a0e94655a807f6dd044d7868ed81a146c4275c4dd06
else
VERSION=2.12.6
SOURCE_HASH=sha512:2a1d3e62cae2bfcae2e67e9cb75ab6534a35bda4215f1ad4b8bf757e77e7d9d609c016562f5288fd10046a0e94655a807f6dd044d7868ed81a146c4275c4dd06
fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.fontconfig.org/release/$SOURCE
WEB_SITE=http://www.fontconfig.org/
LICENSE[0]=X11
ENTERED=20020909
SHORT="library for configuring and customizing font access"
cat << EOF
Fontconfig is a library for configuring and customizing font access.
EOF
|