[gobolinux-users] [Fwd: Re: [Gobolinux-recipes] python site-packages and eyeD3 error]

Lucas C. Villa Real lucasvr at gobolinux.org
Thu Mar 20 16:42:38 NZDT 2008


On Wed, Mar 19, 2008 at 2:17 PM, Thomas Queste <tqueste at free.fr> wrote:
> Hello,
>
>  I still don't know what to do with EyeD3.
>  I'm not able to compile it as this library tries to write in
>  python/site-packages.
>
>  Can someone give it a try ?
>
>  EyeD3 is found on : http://eyed3.nicfit.net/releases/eyeD3-0.6.14.tar.gz

Hi,

The trick is to define SETUP_ARGS in install_variables. That variable
is used in Makefile, where python is called to perform the
installation. This is how my recipe looks like:

compile_version=1.10.1
url="http://eyed3.nicfit.net/releases/eyeD3-0.6.14.tar.gz"
file_size=104518
file_md5=c4f81b3cbb72993244f27ab740abbccc
recipe_type=configure
install_variables=( SETUP_ARGS="--prefix $target" )

I've just commited a recipe for Eye3D which should be available in a
few hours. Feel free to try it or to update yours with that variable.

-- 
Lucas
powered by /dev/dsp


More information about the gobolinux-users mailing list