void-packages/srcpkgs/puddletag/template
2016-02-17 12:35:53 +01:00

18 lines
551 B
Bash

# Template file for 'puddletag'
pkgname=puddletag
version=1.1.1
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/${version}.tar.gz
checksum=550680abf9c2cf082861dfb3b61fd308f87f9ed304065582cddadcc8bdd947cc
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"