mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +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,19 +1,13 @@
|
||||
SUMMARY="Microsoft Publisher import library"
|
||||
DESCRIPTION="
|
||||
libmspub is a library that parses the file format of Microsoft Publisher \
|
||||
documents of all versions.
|
||||
"
|
||||
DESCRIPTION="libmspub is a library that parses the file format of Microsoft Publisher \
|
||||
documents of all versions."
|
||||
HOMEPAGE="http://wiki.documentfoundation.org/DLP/Libraries/libmspub"
|
||||
SOURCE_URI="http://dev-www.libreoffice.org/src/libmspub/libmspub-$portVersion.tar.bz2"
|
||||
LICENSE="
|
||||
MPL v2.0
|
||||
"
|
||||
COPYRIGHT="
|
||||
Brennan Vincent <brennan.vincent@gmail.com>
|
||||
Fridrich Strba <fridrich.strba@bluewin.ch>
|
||||
David Tardon <dtardon@redhat.com>
|
||||
"
|
||||
COPYRIGHT="Brennan Vincent
|
||||
Fridrich Strba
|
||||
David Tardon"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://dev-www.libreoffice.org/src/libmspub/libmspub-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="c3b69a4cf50ad80af5c9c00cb8ebca0586fc9ba9d6bdeeb40112d6f43ecdbbbb"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_64"
|
||||
@@ -43,7 +37,17 @@ REQUIRES="
|
||||
lib:libstdc++$secondaryArchSuffix
|
||||
lib:libgcc_s$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libmspub${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmspub_0.1$secondaryArchSuffix = 1.0.1 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmspub$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libboost_system$secondaryArchSuffix
|
||||
devel:libicudata$secondaryArchSuffix
|
||||
devel:libicui18n$secondaryArchSuffix
|
||||
@@ -54,7 +58,6 @@ BUILD_REQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
cmd:libtoolize
|
||||
cmd:autoheader
|
||||
@@ -86,11 +89,3 @@ INSTALL()
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libmspub${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmspub_0.1$secondaryArchSuffix = 1.0.1 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmspub$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user