mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="
|
||||
Development library geared towards developers who wish to add cover art \
|
||||
capabilites to their applications.
|
||||
"
|
||||
HOMEPAGE="http://musicbrainz.org/doc/libcoverart"
|
||||
HOMEPAGE="http://musicbrainz.org/doc/libcoverart"
|
||||
SOURCE_URI="https://github.com/downloads/metabrainz/libcoverart/libcoverart-1.0.0.tar.gz"
|
||||
CHECKSUM_SHA256="e4cb78939003a4b5e5c4db68e42e86fbbbea5e69d3166b43ca01a7065916a121"
|
||||
LICENSE="GNU LGPL v2"
|
||||
@@ -17,7 +17,7 @@ PROVIDES="
|
||||
libcoverart = $portVersion
|
||||
lib:libcoverart$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libjansson$secondaryArchSuffix
|
||||
@@ -28,7 +28,7 @@ BUILD_REQUIRES="
|
||||
devel:libjansson$secondaryArchSuffix
|
||||
devel:libneon$secondaryArchSuffix
|
||||
"
|
||||
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:cmake
|
||||
@@ -41,14 +41,14 @@ SOURCE_DIR="libcoverart-{PROJECT_VERSION}"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake .
|
||||
cmake .
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
prepareInstalledDevelLibs libcoverart
|
||||
prepareInstalledDevelLibs libcoverart
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel \
|
||||
|
||||
Reference in New Issue
Block a user