mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
De-Lint recipes.
* less Remove "." from SUMMARY. Minor cosmetics. * lftp Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libaacs Moved _devel block up. Minor cosmetics. * libarchive Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libavlduptree Shortened SUMMARY. Moved _devel block up. Minor cosmetics. * libbdplus Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libdwarf Shortened SUMMARY. Moved _devel block up. Minor cosmetics. * libebml Changed SUMMARY. Moved _devel block up. Minor cosmetics. * libffi Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libgcrypt Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libgeotiff Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libid3tag Improved DESCRIPTION. Moved _devel block up. Minor cosmetics. * libidn Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * liblo Moved _devel block up. Minor cosmetics. * libmatroska Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libmdi Remove "." and improved SUMMARY. Sorted _devel blocks. Minor cosmetics. * libmetalink Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libmicro Improved SUMMARY. Added cmd:hg to BUILD_PREREQUIRES. * libmng Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libmmp4v2 Improved SUMMARY and DESCRIPTION. Moved _devel block up. Minor cosmetics. * libpurple Remove "." from SUMMARY. Moved _devel and _finch block up. Minor cosmetics. * libquicktime Improved SUMMARY and DESCRIPTION. Moved _devel block up. Minor cosmetics. * libsdl Improved SUMMARY and DESCRIPTION. Moved _devel block up. Minor cosmetics. * libsoundtouch Improved DESCRIPTION. Moved _devel block up. Minor cosmetics. * libtar Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libtommath Remove "." from SUMMARY. Minor cosmetics.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
SUMMARY="libebml is a C++ library to parse EBML content (read/write)."
|
||||
SUMMARY="A C++ library to parse EBML content (read/write)"
|
||||
DESCRIPTION="libebml is a C++ library to parse EBML content (read/write)."
|
||||
HOMEPAGE="http://www.matroska.org/"
|
||||
SOURCE_URI="http://dl.matroska.org/downloads/libebml/libebml-1.3.1.tar.bz2"
|
||||
CHECKSUM_SHA256="195894b31aaca55657c9bc157d744f23b0c25597606b97cfa5a9039c4b684295"
|
||||
PATCHES="libebml-$portVersion.patchset"
|
||||
REVISION="2"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2005-2013 CoreCodec, Inc."
|
||||
@@ -10,7 +11,6 @@ COPYRIGHT="2005-2013 CoreCodec, Inc."
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
|
||||
PROVIDES="
|
||||
libebml$secondaryArchSuffix = $portVersion
|
||||
lib:libebml$secondaryArchSuffix = 4.0.0 compat >= 4
|
||||
@@ -20,19 +20,23 @@ REQUIRES="
|
||||
lib:libstdc++${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PATCHES="
|
||||
libebml-$portVersion.patchset
|
||||
"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
REQUIRES+="
|
||||
lib:libgcc_s${secondaryArchSuffix}
|
||||
"
|
||||
fi
|
||||
|
||||
PROVIDES_devel="
|
||||
libebml${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libebml$secondaryArchSuffix = 4.0.0 compat >= 4
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libebml$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
@@ -59,11 +63,3 @@ INSTALL()
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libebml${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libebml$secondaryArchSuffix = 4.0.0 compat >= 4
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libebml$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user