mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28: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:
@@ -1,31 +1,23 @@
|
||||
SUMMARY="libcaca ASCII art rendering library"
|
||||
DESCRIPTION="
|
||||
libcaca is a software library which allows applications to automatically \
|
||||
convert still and moving images into colored ASCII art.
|
||||
"
|
||||
SUMMARY="An ASCII art rendering library"
|
||||
DESCRIPTION="libcaca is a software library which allows applications to \
|
||||
automatically convert still and moving images into colored ASCII art."
|
||||
HOMEPAGE="http://caca.zoy.org/wiki/libcaca"
|
||||
|
||||
# FIXME: the offical website is down right now. Using mirror provided by the
|
||||
# MXE project.
|
||||
SOURCE_URI="
|
||||
http://caca.zoy.org/raw-attachment/wiki/libcaca/libcaca-$portVersion.tar.gz
|
||||
http://s3.amazonaws.com/mxe-pkg/libcaca-$portVersion.tar.gz
|
||||
"
|
||||
COPYRIGHT="1998, 1999, 2001 Jan Hubicka
|
||||
2003-2008 Sam Hocevar
|
||||
2003-2008 Jean-Yves Lamoureux
|
||||
2004-2005 John Beppu
|
||||
2006-2007 Ben Wiley Sittler
|
||||
2007-2008 Pascal Terjan"
|
||||
LICENSE="WTFPL
|
||||
GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://caca.zoy.org/raw-attachment/wiki/libcaca/libcaca-$portVersion.tar.gz
|
||||
http://s3.amazonaws.com/mxe-pkg/libcaca-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="128b467c4ed03264c187405172a4e83049342cc8cc2f655f53a2d0ee9d3772f4"
|
||||
SOURCE_DIR="libcaca-$portVersion"
|
||||
REVISION="1"
|
||||
LICENSE="
|
||||
WTFPL
|
||||
GNU GPL v2
|
||||
"
|
||||
COPYRIGHT="
|
||||
1998, 1999, 2001 Jan Hubicka <hubicka@freesoft.cz>
|
||||
2003-2008 Sam Hocevar <sam@zoy.org>
|
||||
2003-2008 Jean-Yves Lamoureux <jylam@lnxscene.org>
|
||||
2004-2005 John Beppu <beppu@lbox.org>
|
||||
2006-2007 Ben Wiley Sittler <bsittler@gmail.com>
|
||||
2007-2008 Pascal Terjan <pterjan@linuxfr.org>
|
||||
"
|
||||
PATCHES="libcaca-${portVersion}.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -42,7 +34,6 @@ PROVIDES="
|
||||
cmd:cacaplay$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:img2txt$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libncursesw$secondaryArchSuffix
|
||||
@@ -56,12 +47,24 @@ if [ "$effectiveTargetArchitecture" != 'x86_gcc2' ]; then
|
||||
"
|
||||
fi
|
||||
|
||||
PROVIDES_devel="
|
||||
libcaca${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libcaca$secondaryArchSuffix = $portVersion compat >= 0
|
||||
devel:libcaca++$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:caca_config$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
libcaca$secondaryArchSuffix == $portVersion base
|
||||
lib:libncursesw$secondaryArchSuffix
|
||||
devel:libncursesw$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libncursesw$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
@@ -76,8 +79,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ranlib
|
||||
"
|
||||
|
||||
PATCHES="libcaca-${portVersion}.patchset"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac
|
||||
@@ -106,19 +107,3 @@ INSTALL()
|
||||
$developDir \
|
||||
$manDir/man3
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libcaca${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libcaca$secondaryArchSuffix = $portVersion compat >= 0
|
||||
devel:libcaca++$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:caca_config$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
libcaca$secondaryArchSuffix == $portVersion base
|
||||
lib:libncursesw$secondaryArchSuffix
|
||||
devel:libncursesw$secondaryArchSuffix
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user