From c5a67e1536e294e0defb62fd8c2486b4e019341c Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 17 Sep 2013 13:31:28 -0700 Subject: [PATCH] Updated arabeyes_fonts .recipe so that it now builds into an .hpkg --- .../arabeyes_fonts/arabeyes_fonts-1.1.recipe | 38 +++++++++++++------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/media-fonts/arabeyes_fonts/arabeyes_fonts-1.1.recipe b/media-fonts/arabeyes_fonts/arabeyes_fonts-1.1.recipe index ee6aef5cd..ba5dc7a30 100644 --- a/media-fonts/arabeyes_fonts/arabeyes_fonts-1.1.recipe +++ b/media-fonts/arabeyes_fonts/arabeyes_fonts-1.1.recipe @@ -1,28 +1,42 @@ DESCRIPTION="Arabeyes Arabic TrueType fonts" +SUMMARY="Arabeyes Arabic TrueType fonts" HOMEPAGE="http://projects.arabeyes.org/project.php?proj=Khotot" SRC_URI="http://sourceforge.net/projects/arabeyes/files/Fonts/ae_fonts/ae_fonts1_ttf_1.1.tar.bz2" REVISION="1" -STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="11000a74da50b461b374f711392f1d46" +LICENSE="GNU GPL v2" +COPYRIGHT="2003-2007 Arabeyes.org + 2002-2005 Free Software Foundation" + +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes + +PROVIDES="arabeyes_fonts = $portVersion" +REQUIRES="" +BUILD_REQUIRES="" +BUILD_PREREQUIRES=" + cmd:tar + coreutils + " + +SOURCE_DIR="ae_fonts1-1.1" + BUILD() { - cd ae_fonts1-1.1 + tar xvjf $portDir/download/ae_fonts1_ttf_1.1.tar.bz2 } INSTALL() { cd ae_fonts1-1.1 - FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/arabeyes + FONTDIR=$fontsDir/arabeyes mkdir -p ${FONTDIR} - cp -r AAHS ${FONTDIR}/ - cp -r AGA ${FONTDIR}/ - cp -r FS ${FONTDIR}/ - cp -r Kasr ${FONTDIR}/ - cp -r MCS ${FONTDIR}/ - cp -r Shmookh ${FONTDIR}/ + cp -rd AAHS ${FONTDIR}/ + cp -rd AGA ${FONTDIR}/ + cp -rd FS ${FONTDIR}/ + cp -rd Kasr ${FONTDIR}/ + cp -rd MCS ${FONTDIR}/ + cp -rd Shmookh ${FONTDIR}/ } -LICENSE="GNU GPL v2" -COPYRIGHT="2003-2007 Arabeyes.org - 2002-2005 Free Software Foundation"