Gentoo Archives: gentoo-embedded

From: Ned Ludd <solar@g.o>
To: Natanael Copa <mlists@××××××.org>
Cc: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] emerge/tbz2pkg for busybox
Date: Sat, 09 Apr 2005 16:18:34
Message-Id: 1113063471.13388.3.camel@localhost
1 Hi guys.. checking in. Are we feeling these two applets (tgz2pkg/emerge)
2 are getting close to being ready for use yet? Or have we stalled?
3 Waiting on me for anything?
4
5
6 On Tue, 2005-03-15 at 17:05 +0100, Natanael Copa wrote:
7 > Since the temporary cvs is still down I post what I have so far here.
8 >
9 > http://home.tiscali.no/natanael/software/busybox/tbz2pkg.c
10 > http://home.tiscali.no/natanael/software/busybox/tbz2pkg.h
11 >
12 > It still not caluclates the file hashes, just compares the date and size
13 > of the files.
14 >
15 > BusyBox v1.00 (2005.03.09-15:47+0000) multi-call binary
16 >
17 > Usage: tbz2pkg [OPTIONS] ... [FILE]
18 >
19 > Install binary gentoo tbz2 package
20 > When FILE is '-' or unspecified, reads standard input.
21 > Options:
22 > -d|--debug : Debug info
23 > -h|--help : This help
24 > -i|--install : Install a package
25 > -M|--install-mask : define INSTALL_MASK=
26 > -L|--list : List installed files for pacakge
27 > -p|--pretend : Pretend
28 > -P|--purge : Purge package
29 > -R|--root=<dir> : define ROOT=
30 > -v|--verbose : set verbose flag
31 >
32 > Those things are supposed to work.
33 >
34 > The idea is that emerge.c and tbz2pkg.c share the configureables
35 > structure for config. tbz2pkg is then called with:
36 >
37 > tbz2pkg_init(&conf);
38 > tbz2_install_file(downloaded_tbz2);
39 >
40 > I have been doing this when have some time over here and there so excuse
41 > me if the code is not very clear.
42 >
43 > --
44 > Natanael Copa
45 >
46 >
47 >
48 >
49 >
50 > --
51 > gentoo-embedded@g.o mailing list
52 >
53 --
54 Ned Ludd <solar@g.o>
55
56 --
57 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] emerge/tbz2pkg for busybox Natanael Copa <mlists@××××××.org>