mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
liberation_fonts: use the ttf directly.
* remove liberation_fonts_ttf.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user