mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Updated taglib to 1.8
This commit is contained in:
21
media-libs/taglib/taglib-1.8.bep
Normal file
21
media-libs/taglib/taglib-1.8.bep
Normal file
@@ -0,0 +1,21 @@
|
||||
DESCRIPTION="TagLib Audio Meta-Data Library"
|
||||
HOMEPAGE="http://github.com/taglib"
|
||||
SRC_URI="http://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="dcb8bd1b756f2843e18b1fdf3aaeee15"
|
||||
BUILD {
|
||||
cd taglib-1.8
|
||||
cmake .
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd taglib-1.8
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2
|
||||
MPL v1.1"
|
||||
COPYRIGHT="2002-2012 Scott Wheeler"
|
||||
Reference in New Issue
Block a user