mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Recipe cosmetics. Improved SUMMARY/DESCRIPTION, re-ordered blocks.
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
SUMMARY="A lightweight Matroska muxer written for HandBrake"
|
||||
DESCRIPTION="
|
||||
A lightweight Matroska muxer written for HandBrake.
|
||||
"
|
||||
SUMMARY="A lightweight Matroska muxer"
|
||||
DESCRIPTION="libmkv is a lightweight Matroska muxer originally written for \
|
||||
HandBrake. The library is meant to be an alternative to the official \
|
||||
libmatroska library. It is written in plain C, and intended to be very \
|
||||
portable."
|
||||
HOMEPAGE="https://github.com/saintdev/libmkv"
|
||||
COPYRIGHT="2007 libmkv"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/saintdev/libmkv/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="41f08a08bab354f9834fda1dcdd1dcf4a0c67ad18021eb980f808654464cef00"
|
||||
SOURCE_FILENAME="libmkv-$portVersion.tar.gz"
|
||||
REVISION="3"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -17,16 +18,22 @@ PROVIDES="
|
||||
libmkv$secondaryArchSuffix = $portVersion
|
||||
lib:libmkv$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libmkv${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmkv$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmkv$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -55,13 +62,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libmkv${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmkv$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmkv$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user