Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SUMMARY="The Lato-fonts."
- DESCRIPTION="
- Lato is a sanserif typeface family designed in the Summer 2010 by
- Warsaw-based designer Łukasz Dziedzic (“Lato” means “Summer” in Polish). In
- December 2010 the Lato family was published under the open-source Open Font
- License by his foundry tyPoland, with support from Google. Lato consists of
- five weights (plus corresponding italics), including a beautiful hairline
- style.
- "
- HOMEPAGE="http://www.latofonts.com/lato-free-fonts/"
- SRC_URI="http://www.latofonts.com/download/LatoOFL.zip"
- CHECKSUM_MD5="5effc8ceaca6caeb9548e2248e0ceb9b"
- LICENSE="SIL Open Font License v1.1"
- COPYRIGHT="Copyright 2010 Łukasz Dziedzic, with reserved font name Lato"
- REVISION="1"
- ARCHITECTURES="any"
- DISABLE_SOURCE_PACKAGE=yes
- PROVIDES="
- lato_fonts=$portVersion
- "
- PROVIDES_otf="
- otf=$portVersion
- "
- PROVIDES_ttf="
- ttf=$portVersion
- "
- REQUIRES=""
- REQUIRES_otf=""
- REQUIRES_ttf=""
- BUILD_REQUIRES=""
- BUILD_PREREQUIRES="
- coreutils
- "
- SOURCE_DIR=""
- BUILD()
- {
- true
- }
- INSTALL()
- {
- FONTDIR=$fontsDir/lato_fonts
- mkdir -p ${FONTDIR}
- cp README.txt ${FONTDIR}
- cd OTF
- cp *.otf ${FONTDIR}
- cd ..
- cd TTF
- cp *.ttf ${FONTDIR}
- packageEntries otf \
- ${FONTDIR}/*.otf
- packageEntries ttf \
- ${FONTDIR}/*.ttf
- }
Advertisement
Add Comment
Please, Sign In to add comment