eyeD3: misc fixes.
This commit is contained in:
parent
433c4cb7c9
commit
a5e56b49f3
|
@ -8,11 +8,12 @@ build_style=python-module
|
|||
hostmakedepends="python-devel"
|
||||
makedepends="python-distribute"
|
||||
maintainer="Steven R <strob AT styez DOT com>"
|
||||
homepage="http://http://eyed3.nicfit.net/"
|
||||
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() {
|
||||
|
|
Loading…
Reference in New Issue