Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SUMMARY="The Roboto font."
- DESCRIPTION="
- The font, Roboto, is created specifically for the requirements of UI and
- high-resolution screens.
- "
- HOMEPAGE="http://www.google.com/fonts/specimen/Roboto"
- SRC_URI="http://developer.android.com/downloads/design/roboto-1.2.zip"
- CHECKSUM_MD5="45bfbcd71a74d73c6d2c97994abb7e00"
- LICENSE="Apache v2"
- COPYRIGHT="Copyright 2013 Christian Robertson"
- REVISION="1"
- ARCHITECTURES="any"
- DISABLE_SOURCE_PACKAGE=yes
- PROVIDES="
- Roboto=$portVersion
- "
- REQUIRES=" "
- BUILD_REQUIRES=" "
- BUILD_PREREQUIRES="
- coreutils
- "
- #SOURCE_DIR="roboto-1.2"
- BUILD()
- {
- true
- }
- INSTALL()
- {
- FONTDIR=$fontsDir/roboto
- mkdir -p ${FONTDIR}
- cd Roboto
- cp *.ttf ${FONTDIR}
- cd ..
- cd RobotoCondensed
- cp *.ttf ${FONTDIR}
- }
Advertisement
Add Comment
Please, Sign In to add comment