mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
De-lint recipes.
* libfreehand Removed e-mail from COPYRIGHT. Re-ordered blocks. * libmspub Removed e-mail from COPYRIGHT. Re-ordered blocks. * libmtp Removed e-mail from COPYRIGHT. Re-ordered blocks. * libmwaw Removed e-mail from COPYRIGHT. Re-ordered blocks. * libodfgen Removed e-mail from COPYRIGHT. Re-ordered blocks. * libprefs Removed e-mail from COPYRIGHT. Improved DESCRIPTION. Re-ordered blocks. * librevenge Removed e-mail from COPYRIGHT. Re-ordered blocks. * librsync Removed e-mail from COPYRIGHT. Re-ordered blocks. * libssh2 Removed e-mail from COPYRIGHT. Re-ordered blocks. * libupnp Removed e-mail from COPYRIGHT. Re-ordered blocks. * libvisio Removed e-mail from COPYRIGHT. Re-ordered blocks. * libwps Removed e-mail from COPYRIGHT. Re-ordered blocks. * mda_vst Removed e-mail from COPYRIGHT. Re-ordered blocks. * mtr Removed e-mail from COPYRIGHT. Re-ordered blocks. * ragel Removed e-mail from COPYRIGHT. Re-ordered blocks. * soxr Improved SUMMARY/DESCRIPTION Removed e-mail from COPYRIGHT. Re-ordered blocks. * waveview Removed e-mail from COPYRIGHT. Removed duplicate REQUIRES. Re-ordered blocks. * whisper Removed e-mail from COPYRIGHT. Added REQUIRES. Re-ordered blocks.
This commit is contained in:
@@ -1,21 +1,17 @@
|
||||
SUMMARY="A helper library for REVerse ENGineered formats filters"
|
||||
DESCRIPTION="
|
||||
librevenge is a base library for writing document import filters. It has \
|
||||
interfaces for text documents, vector graphics, spreadsheets and presentations.
|
||||
"
|
||||
LICENSE="
|
||||
GNU LGPL v2.1
|
||||
MPL v2.0
|
||||
"
|
||||
COPYRIGHT="
|
||||
Fridrich Strba <fridrich.strba@bluewin.ch>
|
||||
Laurent Alonso <laurent.alonso@inria.fr>
|
||||
David Tardon <dtardon@redhat.com>
|
||||
"
|
||||
DESCRIPTION="librevenge is a base library for writing document import \
|
||||
filters. It has interfaces for text documents, vector graphics, spreadsheets \
|
||||
and presentations."
|
||||
HOMEPAGE="http://sourceforge.net/p/libwpd/wiki/librevenge/"
|
||||
COPYRIGHT="Fridrich Strba
|
||||
Laurent Alonso
|
||||
David Tardon"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
MPL v2.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/libwpd/librevenge/librevenge-$portVersion/librevenge-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="55b9fde4c729a525db36d37b51a0f5d8614d4c631e336320e540dfce3128f7f7"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
||||
@@ -34,13 +30,24 @@ REQUIRES="
|
||||
lib:libboost_system$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
librevenge${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:librevenge_0.0$secondaryArchSuffix = $portVersion compat >= 0
|
||||
devel:librevenge_generators_0.0$secondaryArchSuffix = $portVersion compat >= 0
|
||||
devel:librevenge_stream_0.0$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
librevenge${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libboost_filesystem$secondaryArchSuffix
|
||||
devel:libboost_system$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -67,15 +74,3 @@ INSTALL()
|
||||
# devel package
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
librevenge${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:librevenge_0.0$secondaryArchSuffix = $portVersion compat >= 0
|
||||
devel:librevenge_generators_0.0$secondaryArchSuffix = $portVersion compat >= 0
|
||||
devel:librevenge_stream_0.0$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
librevenge${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user