public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Ebuilds w/o version numbers?
@ 2003-03-03  9:20 Michael Boman
  2003-03-03 11:38 ` Troy Dack
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Boman @ 2003-03-03  9:20 UTC (permalink / raw
  To: Gentoo Development List

[-- Attachment #1: Type: text/plain, Size: 721 bytes --]

I am trying to package a commercial vendor's SDK as a ebuild, just
for the sake of having everything I use in portage. No, the problem is
that this particular vendor doesn't follow the standard OSS versioning
scheme. The tarball I download has a name like:

sdknamewithversion.architecture.tar.gz

In other words:

vedorsdk2.linux24.tar.gz

And ofcourse they also fail to put a proper directory structure below
that.. but that one I belive I can work around..

But how would I write a ebuild that works with that? Or do I have to
resolve to storing it locally and rename the tarball?

Best regards
 Michael Boman

-- 
Michael Boman
Security Architect, SecureCiRT Pte Ltd
http://www.securecirt.com

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] Ebuilds w/o version numbers?
  2003-03-03  9:20 [gentoo-dev] Ebuilds w/o version numbers? Michael Boman
@ 2003-03-03 11:38 ` Troy Dack
  0 siblings, 0 replies; 2+ messages in thread
From: Troy Dack @ 2003-03-03 11:38 UTC (permalink / raw
  To: Gentoo Development List

On Mon, 2003-03-03 at 20:20, Michael Boman wrote:
> I am trying to package a commercial vendor's SDK as a ebuild, just
> for the sake of having everything I use in portage. No, the problem is
> that this particular vendor doesn't follow the standard OSS versioning
> scheme. The tarball I download has a name like:
> 
> sdknamewithversion.architecture.tar.gz
> 
> In other words:
> 
> vedorsdk2.linux24.tar.gz
> 
> And ofcourse they also fail to put a proper directory structure below
> that.. but that one I belive I can work around..
> 
> But how would I write a ebuild that works with that? Or do I have to
> resolve to storing it locally and rename the tarball?
> 

Name the ebuild:
	foopackage-version.ebuild

Munge the SRC_URI like so:

SRC_URI="http:/stupidvendor/foopackage-${PV}-linux24.tar.gz"


-- 
Troy Dack					http://linux.tkdack.com
<troy@tkdack.com>				http://webportage.sf.net

Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D90BE3C
Key fingerprint = 1F3D 6C15 16AA 09D5 0C96  92E5 FD89 16F9 4D90 BE3C


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-03 11:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-03  9:20 [gentoo-dev] Ebuilds w/o version numbers? Michael Boman
2003-03-03 11:38 ` Troy Dack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox