mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
eyeD3: fix cross build.
This commit is contained in:
parent
eeb34b4283
commit
bea991945a
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@ revision=1
|
||||||
distfiles="http://eyed3.nicfit.net/releases/eyeD3-${version}.tgz"
|
distfiles="http://eyed3.nicfit.net/releases/eyeD3-${version}.tgz"
|
||||||
checksum="47b4b942f9ad0260a430220f8191bbf110bdb6c542d6651ac8c60508d5340604"
|
checksum="47b4b942f9ad0260a430220f8191bbf110bdb6c542d6651ac8c60508d5340604"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel"
|
hostmakedepends="python-devel python-distribute"
|
||||||
makedepends="python-distribute"
|
makedepends="python-devel"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
homepage="http://eyed3.nicfit.net/"
|
homepage="http://eyed3.nicfit.net/"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
|
@ -19,4 +19,4 @@ eyeD3_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue