libebml4: remove devel package

This commit is contained in:
Jérôme Duval
2020-10-21 12:28:41 +02:00
committed by GitHub
parent 52a44dfef8
commit 7ff3f639cd

View File

@@ -3,7 +3,7 @@ DESCRIPTION="libebml is a C++ library to parse EBML content (read/write)."
HOMEPAGE="https://github.com/Matroska-Org/libebml/"
COPYRIGHT="2005-2019 Matroska"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="$HOMEPAGE/archive/release-$portVersion.tar.gz"
CHECKSUM_SHA256="2562bb9bc3248e956a6ed1148eafe4d7d68759257133083c212d14faa8709d1e"
SOURCE_DIR="libebml-release-$portVersion"
@@ -20,17 +20,6 @@ REQUIRES="
haiku${secondaryArchSuffix}
"
PROVIDES_devel="
libebml4${secondaryArchSuffix}_devel = $portVersion
devel:libebml$secondaryArchSuffix = 4.0.0 compat >= 4
"
REQUIRES_devel="
libebml4$secondaryArchSuffix == $portVersion base
"
CONFLICTS_devel="
libebml${secondaryArchSuffix}_devel
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
@@ -56,5 +45,5 @@ INSTALL()
prepareInstalledDevelLibs libebml
fixPkgconfig
packageEntries devel $developDir $libDir/cmake
rm -rf $developDir $libDir/cmake
}