public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Smalltalk/X
@ 2002-06-08 16:29 Marko Mikulicic
  2002-06-09  0:20 ` Karl Trygve Kalleberg
  0 siblings, 1 reply; 5+ messages in thread
From: Marko Mikulicic @ 2002-06-08 16:29 UTC (permalink / raw
  To: gentoo-dev

Hello,

I have I little problem creating the .ebuild file for Smalltalk/X.
The creator of that program distributes two packages, one named:
  common.tgz and the other linux.tgz. The version of the package
is contained in the directory. (like: 
http://www.exept.de/download/stx414/common.tgz)

Well, I have wrote the script like:

...
S=${WORKDIR}/stx
A1=common.tgz
A2=linux.tgz
SRC_URI1="http://www.exept.de/download/stx414/${A1}"
SRC_URI2="http://www.exept.de/download/stx414/${A2}"

SRC_URI="${SRC_URI1} ${SRC_URI2}"

DEPEND="virtual/glibc virtual/x11"

#
src_unpack() {
         unpack ${A1}
         unpack ${A2}
}
...

and it works. But it creates linux.tgz and common.tgz in 
/usr/portage/distfiles and what is worse is first try to download
them from the mirror. How can I handle this, writing the fewest possible
hacks?

Thanks

Marko


PS: the software is free for non-commercial use, and probably the vendor 
will not change it's distribution method. Since it's a rare commercial 
product which doesn't require registration in ordere to download, it 
would be sad if user should download it by hand and then
place it in /usr/portage/distfiles with a more appropriate name.



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

end of thread, other threads:[~2002-06-09 15:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-08 16:29 [gentoo-dev] Smalltalk/X Marko Mikulicic
2002-06-09  0:20 ` Karl Trygve Kalleberg
2002-06-09  6:40   ` Marko Mikulicic
2002-06-09 10:35     ` Defresne Sylvain
2002-06-09 15:32     ` Karl Trygve Kalleberg

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