public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download: 
* [gentoo-dev] Smalltalk/X
@ 2002-06-08 16:29 99% Marko Mikulicic
  0 siblings, 0 replies; 1+ results
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	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2002-06-08 16:29 99% [gentoo-dev] Smalltalk/X Marko Mikulicic

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