mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Initial bep for libcoverart, includes tests and they work.
This commit is contained in:
28
media-libs/libcoverart/libcoverart-1.0.0.bep
Normal file
28
media-libs/libcoverart/libcoverart-1.0.0.bep
Normal file
@@ -0,0 +1,28 @@
|
||||
DESCRIPTION="Development library geared towards developers who wish to add cover art capabilites to their applications."
|
||||
HOMEPAGE="http://"
|
||||
SRC_URI="https://github.com/downloads/metabrainz/libcoverart/libcoverart-1.0.0.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-libs/jansson >= 2.4
|
||||
net-misc/neon >= 0.29.6"
|
||||
CHECKSUM_MD5="6380056bb4bc1a69790e706b4d506f50"
|
||||
BUILD {
|
||||
cd libcoverart-{PROJECT_VERSION}
|
||||
cmake .
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libcoverart-{PROJECT_VERSION}
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd libcoverart-{PROJECT_VERSION}
|
||||
make test
|
||||
cd tests
|
||||
./test
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2012 Andrew Hawkins"
|
||||
Reference in New Issue
Block a user