liberation_fonts: use the ttf directly.

* remove liberation_fonts_ttf.
This commit is contained in:
Jerome Duval
2015-02-27 16:04:04 +00:00
parent d5f1adf6c7
commit 5c011f1408
3 changed files with 5 additions and 62 deletions

View File

@@ -4,9 +4,9 @@ The Liberation(tm) Fonts is a font family which aims at metric compatibility \
with Arial, Times New Roman, and Courier New. It is sponsored by Red Hat.
"
HOMEPAGE="https://fedorahosted.org/liberation-fonts"
SRC_URI="https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-2.00.1.tar.gz"
CHECKSUM_SHA256="7acbc612c3665292d2d94fd38fe7cd88d826281d31f8c209af92702bdaf6b9fa"
REVISION="3"
SRC_URI="https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-2.00.1.tar.gz"
CHECKSUM_SHA256="7890278a6cd17873c57d9cd785c2d230d9abdea837e96516019c5885dd271504"
REVISION="4"
LICENSE="GNU GPL v2
Liberation Exceptions"
COPYRIGHT="2007-2010 Red Hat, Inc."
@@ -17,16 +17,15 @@ PROVIDES="liberation_fonts = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="
cmd:make
coreutils
"
SOURCE_DIR="liberation-fonts-2.00.1"
SOURCE_DIR="liberation-fonts-ttf-$portVersion"
BUILD()
{
make $jobArgs
true
}
INSTALL()