mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Merge pull request #466 from fbrosson/libburn
libburn: reformat recipe & fix metadata only
This commit is contained in:
@@ -1,22 +1,17 @@
|
||||
SUMMARY="Portable Network Graphics library"
|
||||
DESCRIPTION="
|
||||
libburn is the official PNG reference library. It supports almost all PNG \
|
||||
features, is extensible, and has been extensively tested for over 17 years
|
||||
"
|
||||
HOMEPAGE="http://www.libburnia-project.org"
|
||||
COPYRIGHT="
|
||||
1998-2011 Glenn Randers-Pehrson
|
||||
1996-1997 Andreas Dilger
|
||||
1995-1996 Guy Eric Schalnat, Group 42, Inc.
|
||||
"
|
||||
SUMMARY="Library for recording CD/DVD/BD media"
|
||||
DESCRIPTION="libburn is a library that can record preformatted data onto CD \
|
||||
(including Audio CD), DVD and Blu-ray discs (BD) optical media. It also offers \
|
||||
a facility for reading data blocks from optical media."
|
||||
HOMEPAGE="http://www.libburnia-project.org/"
|
||||
COPYRIGHT="2006-2014 Mario Danic and Thomas Schmitt"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://files.libburnia-project.org/releases/libburn-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="46266bdd4b37ca9700a44bbd8dbfbf3526423ede25751fd2f0211b2b5ce29283"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
|
||||
PATCHES="libburn-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
libburn$secondaryArchSuffix = $portVersion compat >= 1
|
||||
cmd:cdrskin$secondaryArchSuffix
|
||||
@@ -25,6 +20,15 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libburn${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libburn$secondaryArchSuffix = 4.91.0 compat >= 4
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libburn$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
@@ -57,13 +61,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libburn${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libburn$secondaryArchSuffix = 4.91.0 compat >= 4
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libburn$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user