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