* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View File

@@ -0,0 +1,26 @@
DESCRIPTION="Inconsolata Programmer's font"
HOMEPAGE="http://www.levien.com/type/myfonts/inconsolata.html"
SRC_URI="http://media.nodnod.net/Inconsolata-dz.otf.zip"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="8510443343f43382566511e73abc06f8"
BUILD()
{
echo "No building required."
}
INSTALL()
{
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/inconsolata
mkdir -p ${FONTDIR}
wget http://levien.com/type/myfonts/Inconsolata.otf
wget http://www.cosmix.org/software/files/InconsolataHellenic.zip
unzip -o InconsolataHellenic.zip
cp -r *.otf ${FONTDIR}/
}
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="2006 Raph Levien
2009 David Zhou
2010-2012 Dimosthenis Kaponis"