17 lines
633 B
Bash
17 lines
633 B
Bash
# Template file for 'picard'
|
|
pkgname=picard
|
|
version=1.4
|
|
revision=1
|
|
wrksrc="${pkgname}-release-${version}"
|
|
build_style=python2-module
|
|
pycompile_module="picard"
|
|
maintainer="Matthew Wynn <matthew@matthewwynn.com>"
|
|
hostmakedepends="python-devel"
|
|
makedepends="${hostmakedepends}"
|
|
depends="python-PyQt4 chromaprint libdiscid mutagen desktop-file-utils hicolor-icon-theme"
|
|
license="GPL-2"
|
|
homepage="http://picard.musicbrainz.org/"
|
|
short_desc="MusicBrainz's audio tagger"
|
|
distfiles="http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=069266ce0b0e25cc4eacfd9cc1c78e1b19d4341a3ca2ce50b0e731796070273e
|