mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
33 lines
741 B
Bash
33 lines
741 B
Bash
SUMMARY="Uyghur Unicode fonts"
|
|
DESCRIPTION="Uyghur Computer Science Association font project"
|
|
HOMEPAGE="http://www.ukij.org/fonts/"
|
|
COPYRIGHT="2004-2011 Uyghur Computer Science Association"
|
|
LICENSE="SIL Open Font License v1.1
|
|
GNU LGPL v2
|
|
GNU GPL v2"
|
|
REVISION="4"
|
|
SOURCE_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ukijorgfonts/ukijorgfonts.zip"
|
|
CHECKSUM_SHA256="31fa76566d93fcebab9360147dc6c3f73bfb48a621fbe777dc30c4eff124ca36"
|
|
SOURCE_DIR=""
|
|
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE="yes"
|
|
|
|
PROVIDES="ukijorgfonts = $portVersion"
|
|
REQUIRES=""
|
|
|
|
BUILD_REQUIRES=""
|
|
BUILD_PREREQUIRES="coreutils"
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=${fontsDir}/ttfonts
|
|
mkdir -p ${FONTDIR}
|
|
cp *.ttf ${FONTDIR}
|
|
}
|