On 11:32 Sat 06 Oct , Gustavo Felisberto (humpback) wrote:
> 1.1 net-im/skype/skype-1.4.0.118.ebuild
>
> file :
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/skype/skype-1.4.0.118.ebuild?rev=1.1&view=markup
> plain:
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/skype/skype-1.4.0.118.ebuild?rev=1.1&content-type=text/plain
> SFILENAME=${PN}_static-${PV}.tar.bz2
> DFILENAME=${P}.tar.bz2
> SRC_URI="!qt-static? ( http://download.skype.com/linux/${DFILENAME} )
> qt-static? ( http://download.skype.com/linux/${SFILENAME}
>
> http://felisberto.net/~humpback/${PN}-lang-${PV}.tar.bz2 )
> amd64? (
> http://felisberto.net/~humpback/libsigc++20-2.0.17-1-from-fc5.rf.i386.tar.gz
> )"
> src_unpack() {
> if use qt-static ; then
> unpack $SFILENAME
> cd $S
> unpack ${PN}-lang-${PV}.tar.bz2
> else
> unpack $DFILENAME
> fi
> }
Does the default 'unpack ${A}' not do the right thing for some reason?
The only possibility I see is that you don't like where the language
tarball unpacks, but that appears to be something you created anyhow.
Quote variables that can have spaces in them: D, S, T, WORKDIR,
FILESDIR, DESTDIR, ROOT.
> newins ${FILESDIR}/skype.debus.config skype.conf
> newins ${S}/icons/SkypeBlue_${X}x${X}.png ${PN}.png
More quoting.
Thanks,
Donnie
--
[EMAIL PROTECTED] mailing list