22 lines
644 B
Text
22 lines
644 B
Text
# Template file for 'eyeD3'
|
|
pkgname=eyeD3
|
|
version=0.7.3
|
|
revision=1
|
|
distfiles="http://eyed3.nicfit.net/releases/eyeD3-${version}.tgz"
|
|
checksum="47b4b942f9ad0260a430220f8191bbf110bdb6c542d6651ac8c60508d5340604"
|
|
build_style=python-module
|
|
hostmakedepends="python-devel python-distribute"
|
|
makedepends="python-devel"
|
|
maintainer="Steven R <strob AT styez DOT com>"
|
|
homepage="http://eyed3.nicfit.net/"
|
|
license="GPL"
|
|
short_desc="Python tool for working with audio files, specifically mp3 files containing ID3 metadata (i.e. song info)."
|
|
|
|
eyeD3_package() {
|
|
noarch="yes"
|
|
depends="python>=2.7"
|
|
pycompile_module="eyeD3"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|