16 lines
646 B
Bash
16 lines
646 B
Bash
# Template file for 'picard'
|
|
pkgname=picard
|
|
version=1.4.2
|
|
revision=1
|
|
wrksrc="${pkgname}-release-${version}"
|
|
build_style=python2-module
|
|
pycompile_module="picard"
|
|
maintainer="Matthew Wynn <matthew@matthewwynn.com>"
|
|
hostmakedepends="python-devel python-sip"
|
|
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=f0adee3877bbd66c827a43b57dd2233037b99f6ebfdc1700b26cb9d400992234
|