void-packages/srcpkgs/libdiscid/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

19 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