Gentoo Archives: gentoo-dev

From: Michael Boman <michael.boman@××××××××××.com>
To: Gentoo Development List <gentoo-dev@g.o>
Subject: [gentoo-dev] ebuild question, unpacking multi-packed tarballs
Date: Wed, 19 Feb 2003 16:19:57
Message-Id: 20030220000941.B1191@securecirt.com
1 I am trying to create ebuilds for samhain (http://la-samhna.de/samhain/index.html), both client/server and stand-alone mode. I have some problems with it thought:
2
3 - The distribution tarball contains the GPG signature + source tarball,
4 so I need to unpack it several times..
5
6 - Even thought it is using the same tarball there is 3 ways to get it
7 compiled: server, client and stand-alone mode
8
9 First I am planning to have something like:
10
11 app-admin/samhain-server
12 app-admin/samhain-client
13 app-admin/samhain-standalone
14
15 Now, these ebuild names doesn't match the (first) tarball name:
16 "samhain_signed-1.7.2.tar.gz". In that tarball I have a new tarball called
17 "samhain-1.7.2.tar.gz"
18
19 How do I get about to unpack this multi-packed archive in a nice and
20 version independent way, so when next version comes out I just need to
21 bump up the version number of the ebuild?
22
23 Best regards
24 Michael Boman
25
26 --
27 Michael Boman
28 Security Architect, SecureCiRT Pte Ltd
29 http://www.securecirt.com

Replies

Subject Author
Re: [gentoo-dev] ebuild question, unpacking multi-packed tarballs Benjamin Podszun <ben@××××××××××××××.de>