19 lines
552 B
Bash
19 lines
552 B
Bash
# Template file for 'puddletag'
|
|
pkgname=puddletag
|
|
version=1.0.5
|
|
revision=2
|
|
short_desc="MP3 tagging GUI"
|
|
maintainer="allan <mail@may.mooo.com>"
|
|
license="GPL-2"
|
|
homepage="http://puddletag.sourceforge.net"
|
|
distfiles=https://github.com/keithgg/puddletag/archive/v${version}.tar.gz
|
|
checksum=f94ebcc4ed31389574c187197b99256bec1f96e1e7d4dd61730e88f79deeaba2
|
|
build_wrksrc=source
|
|
|
|
noarch=yes
|
|
build_style=python-module
|
|
python_versions=2.7
|
|
pycompile_module=puddlestuff
|
|
hostmakedepends="python-devel"
|
|
depends="mutagen python-PyQt4 python-parsing python-configobj"
|