mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
dejavu: remove old recipe.
This commit is contained in:
@@ -1,39 +0,0 @@
|
||||
SUMMARY="The 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="https://dejavu-fonts.org/"
|
||||
COPYRIGHT="2003 Bitstream, Inc.
|
||||
2006 Tavmjong Bah"
|
||||
LICENSE="Bitstream Vera
|
||||
Arev Fonts"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/dejavu/files/dejavu/$portVersion/dejavu-fonts-ttf-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="f6d7965586101ff3a8a5c3ec503e082bb6a9604ff53413e10702e5917c194d88"
|
||||
SOURCE_DIR="dejavu-fonts-ttf-$portVersion/ttf"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="
|
||||
dejavu = $portVersion
|
||||
"
|
||||
REQUIRES=""
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="
|
||||
coreutils
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp *.ttf ${FONTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user