20 lines
778 B
Text
20 lines
778 B
Text
|
# Template file for 'libdiscid'
|
||
|
pkgname=libdiscid
|
||
|
version=0.2.2
|
||
|
homepage="http://musicbrainz.org/doc/libdiscid"
|
||
|
distfiles="http://users.musicbrainz.org/~matt/$pkgname-$version.tar.gz"
|
||
|
build_style=gnu_configure
|
||
|
configure_args="--disable-static"
|
||
|
short_desc="A Library for creating MusicBrainz DiscIDs"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
license="GPL-2"
|
||
|
checksum=974b5d5ab23fb45910a4fe171045a22a749cd8cb9833168f7178839993a58402
|
||
|
long_desc="
|
||
|
libdiscid is a C library for creating MusicBrainz DiscIDs from audio CDs.
|
||
|
It reads a CD's table of contents (TOC) and generates an identifier which
|
||
|
can be used to lookup the CD at MusicBrainz. Additionally, it provides a
|
||
|
submission URL for adding the DiscID to the database."
|
||
|
|
||
|
subpackages="$pkgname-devel"
|
||
|
Add_dependency run glibc
|