mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Rename all port folders containing '-' to use '_' instead.
* haikuporter relies on the recipe file sharing the name with the port folder
This commit is contained in:
27
media-fonts/kacst_fonts/kacst-fonts-5.0.recipe
Normal file
27
media-fonts/kacst_fonts/kacst-fonts-5.0.recipe
Normal file
@@ -0,0 +1,27 @@
|
||||
DESCRIPTION="KACST Arabic Truetype Fonts"
|
||||
HOMEPAGE="http://www.arabeyes.org/project.php?proj=Khotot"
|
||||
SRC_URI="http://sourceforge.net/projects/arabeyes/files/latest/download?source=files"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="0a7ad4538d3b97adfbefa4c5cf8c2660"
|
||||
BUILD()
|
||||
{
|
||||
cd kacst_one_5.0
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd kacst_one_5.0
|
||||
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/arabeyes
|
||||
mkdir -p ${FONTDIR}
|
||||
cp KacstOne-Bold.sfd ${FONTDIR}/
|
||||
cp KacstOne-Bold.ttf ${FONTDIR}/
|
||||
cp KacstOne.sfd ${FONTDIR}/
|
||||
cp KacstOne.ttf ${FONTDIR}/
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2004 KACST
|
||||
2002,2003,2005,2008,2009 Free Software Foundation
|
||||
2009-2011 Kahled Hosny (Arabeyes additions)"
|
||||
Reference in New Issue
Block a user