mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
37
media-fonts/dejavu/dejavu-2.34.recipe
Normal file
37
media-fonts/dejavu/dejavu-2.34.recipe
Normal file
@@ -0,0 +1,37 @@
|
||||
SUMMARY="DejaVu font family with improved Vera fonts"
|
||||
DESCRIPTION="This package includes the DejaVu Serif, Sans (proportional), and \
|
||||
DejaVu Sans Mono (monospaced) fonts.
|
||||
The fonts are based on the Vera fonts open-sourced by Bitstream, and the Arev \
|
||||
fonts."
|
||||
HOMEPAGE="http://dejavu-fonts.org/"
|
||||
SRC_URI="http://sourceforge.net/projects/dejavu/files/dejavu/$portVersion/dejavu-fonts-ttf-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="d0a72c3ae99f5b8d7470daf091ec43f78dc942795aed5c996ab1aa678702eb5d"
|
||||
LICENSE="Bitstream Vera
|
||||
Arev Fonts
|
||||
"
|
||||
COPYRIGHT="2003 Bitstream, Inc.
|
||||
2006 Tavmjong Bah <tavmjong@free.fr>.
|
||||
"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="dejavu = $portVersion"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
SOURCE_DIR="dejavu-fonts-ttf-$portVersion/ttf"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/DejaVu
|
||||
mkdir -p ${FONTDIR}
|
||||
cp *.ttf ${FONTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user