New package: eyeD3.
This commit is contained in:
parent
5e46533a97
commit
2aeea617c9
|
@ -0,0 +1,21 @@
|
|||
# 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"
|
||||
makedepends="python-distribute"
|
||||
maintainer="Steven R <strob AT styez DOT com>"
|
||||
homepage="http://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() {
|
||||
depends="python>=2.7"
|
||||
pycompile_module="eyeD3"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue