Updated taglib to 1.8

This commit is contained in:
Scott McCreary
2013-01-01 06:35:57 +00:00
parent 155607d1ce
commit 6c7e7bbe63

View 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"