mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
ukijorgfonts: update recipe
This commit is contained in:
@@ -1,13 +1,27 @@
|
||||
SUMMARY="Uyghur Unicode fonts"
|
||||
DESCRIPTION="Uyghur Computer Science Association font project"
|
||||
HOMEPAGE="http://www.ukij.org/fonts/"
|
||||
SRC_URI="http://ukijorgfonts.googlecode.com/files/ukijorgfonts.zip"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="e50ed1b90f96cad12e31f8769bd598dc"
|
||||
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()
|
||||
{
|
||||
echo "Nothing to be done. To install this font, run haikuporter with -i option"
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
@@ -16,8 +30,3 @@ INSTALL()
|
||||
mkdir -p ${FONTDIR}
|
||||
cp *.ttf ${FONTDIR}
|
||||
}
|
||||
|
||||
LICENSE="SIL Open Font License v1.1
|
||||
GNU LGPL v2
|
||||
GNU GPL v2"
|
||||
COPYRIGHT="2004-2011 Uyghur Computer Science Association"
|
||||
|
||||
Reference in New Issue
Block a user