From 0f4c0805308d1c956e0808ee77401908ce21ee7e Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 17 Sep 2013 14:31:44 -0700 Subject: [PATCH] Updated .recipe for courier_prime so that it builds to a .hpkg --- .../courier_prime/courier_prime-1.0.recipe | 31 +++++++++++++------ 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/media-fonts/courier_prime/courier_prime-1.0.recipe b/media-fonts/courier_prime/courier_prime-1.0.recipe index 26fa8a9fb..9f41b8a26 100644 --- a/media-fonts/courier_prime/courier_prime-1.0.recipe +++ b/media-fonts/courier_prime/courier_prime-1.0.recipe @@ -1,23 +1,36 @@ -DESCRIPTION="It's Courier, just better." +SUMMARY="It's Courier, just better." +DESCRIPTION="Courier Prime is optimized for 12 point size, and matches the metrics of Courier and Courier Final Draft, so you can often swap it out one-for-one." HOMEPAGE="http://quoteunquoteapps.com/courierprime/" SRC_URI="http://quoteunquoteapps.com/downloads/courier-prime.zip" REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" CHECKSUM_MD5="cf79336ce1cf439560a5364ab7856738" +LICENSE="SIL Open Font License v1.1" +COPYRIGHT="2013 Quote-Unquote Apps" + +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes + +PROVIDES=" + courier_prime = $portVersion + " + +REQUIRES="" + +BUILD_REQUIRES="" + +BUILD_PREREQUIRES="coreutils" + +SOURCE_DIR="Courier Prime" + BUILD() { - echo "No building required." + true } INSTALL() { - cd "Courier Prime" - FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/courier-prime + FONTDIR=$fontsDir/courier-prime mkdir -p ${FONTDIR} cp -r *.ttf ${FONTDIR}/ cp Read\ me.txt ${FONTDIR}/README.txt } - -LICENSE="SIL Open Font License v1.1" -COPYRIGHT="2013 Quote-Unquote Apps"