mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
De-lint recipes.
* arm_none_eabi_newlib Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES and BUILD_REQUIRES. * avrdude Removed e-mail from COPYRIGHT. Re-ordered blocks. * bafx Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES. * becasso Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES. * becjk Removed e-mail from COPYRIGHT. Re-ordered blocks. * bmake Removed e-mail from COPYRIGHT. Re-ordered blocks. * cmake_haiku Removed e-mail from COPYRIGHT. Re-ordered blocks. * coveredcalc Removed e-mail from COPYRIGHT. Re-ordered blocks. * curl Removed e-mail from COPYRIGHT. Re-ordered blocks. * dejavu Removed e-mail from COPYRIGHT. Re-ordered blocks. * dfu-programmer Removed e-mail from COPYRIGHT. Re-ordered blocks. * exiv2 Removed e-mail from COPYRIGHT. Re-ordered blocks. * festival Removed e-mail from COPYRIGHT. Re-ordered blocks. * fxload Removed e-mail from COPYRIGHT. Re-ordered blocks. * geos Removed e-mail from COPYRIGHT. Re-ordered blocks. * gsl Removed e-mail from COPYRIGHT. Re-ordered blocks. * lato_fonts Removed e-mail from COPYRIGHT. Re-ordered blocks. * libabw Removed e-mail from COPYRIGHT. Re-ordered blocks. * libcaca Removed e-mail from COPYRIGHT. Re-ordered blocks. * libcdr Removed e-mail from COPYRIGHT. Re-ordered blocks. * libdv Removed e-mail from COPYRIGHT. Re-ordered blocks. * libebook Removed e-mail from COPYRIGHT. Re-ordered blocks. * libetonyek Removed e-mail from COPYRIGHT. Re-ordered blocks.
This commit is contained in:
@@ -6,22 +6,24 @@ License by his foundry tyPoland, with support from Google. Lato consists of \
|
||||
nine weights (plus corresponding italics), including a beautiful hairline \
|
||||
style."
|
||||
HOMEPAGE="http://www.latofonts.com/lato-free-fonts/"
|
||||
COPYRIGHT="2010-2014 Łukasz Dziedzic, with Reserved Font Name Lato"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.latofonts.com/download/Lato2OFL.zip"
|
||||
CHECKSUM_SHA256="367c730f64f4d1731e4d3ef7da2dd27635999e4a2f7cab24cfdcaf42488644a4"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
COPYRIGHT="2010-2014 Łukasz Dziedzic <dziednic@typoland.com>, with Reserved \
|
||||
Font Name Lato"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="Lato2OFL"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="
|
||||
lato_fonts=$portVersion
|
||||
"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="
|
||||
coreutils
|
||||
"
|
||||
SOURCE_DIR="Lato2OFL"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -35,4 +37,3 @@ INSTALL()
|
||||
|
||||
cp *.ttf $FONTDIR
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user