mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
@@ -1,15 +1,15 @@
|
||||
SUMMARY="A C++ library to parse EBML content (read/write)"
|
||||
DESCRIPTION="libebml is a C++ library to parse EBML content (read/write)."
|
||||
HOMEPAGE="https://github.com/Matroska-Org/libebml/"
|
||||
COPYRIGHT="2005-2019 Matroska"
|
||||
COPYRIGHT="2005-2023 Matroska"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/release-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="66486742fd4f443553ad1917505208404c8c4240c0ab26cedaf41d9476efc665"
|
||||
CHECKSUM_SHA256="3b30d89a5699fef4bdf5b4d7de7a1c94d9be47fababf9caca59250282f051283"
|
||||
SOURCE_DIR="libebml-release-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libebml$secondaryArchSuffix = $portVersion
|
||||
@@ -49,7 +49,7 @@ INSTALL()
|
||||
{
|
||||
make -C build install
|
||||
|
||||
prepareInstalledDevelLibs libebml
|
||||
prepareInstalledDevelLib libebml
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel $developDir $libDir/cmake
|
||||
Reference in New Issue
Block a user