mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
croscorefonts: use a stable version SOURCE_URI.
This commit is contained in:
32
media-fonts/croscorefonts/croscorefonts-1.31.0.recipe
Normal file
32
media-fonts/croscorefonts/croscorefonts-1.31.0.recipe
Normal file
@@ -0,0 +1,32 @@
|
||||
SUMMARY="A font metrically compatible with MS corefonts"
|
||||
DESCRIPTION="Open licensed fonts metrically compatible with MS corefonts.\
|
||||
Included fonts are Arimo, Cousine and Timo. \
|
||||
They are also called Chrome OS core fonts."
|
||||
HOMEPAGE="http://en.wikipedia.org/wiki/Croscore_fonts"
|
||||
COPYRIGHT="2010-2013 Google Corporation"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/croscorefonts-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="672c3487883ec1ef83d9254240d4327b014212abc823d06d15816095867315e1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="
|
||||
croscorefonts = $portVersion
|
||||
"
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
|
||||
cp *.ttf ${FONTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user