summaryrefslogtreecommitdiff
path: root/README.amiga
blob: 11b66e98759cd9dc84928d86ba4f3a7fec2c73f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
This is the readme for RPM version 2.2.9, written by 
<Kristof.Depraetere@rug.ac.be>

1 Requirements.

First make sure you have at least IXEmul v45.0 installed.
These packages are needed to be able to compile rpm:
  * gettext
  * gdbm
  * zlib
  
These extra packages are needed to run rpm:
  * cpio

2 Installation.

These are the things you'll have to do to install this package.
  
  * cd <your-build-directory>
  * tar -xzvf rpm-2.2.9-src.tar.gz
  * cd rpm-2.2.9
  * configure --prefix=/gg
  * make
  * make install
  
Now it's time to edit the file "gg:lib/rpmrc" to correspond to your
system setup. Change the following entry:
  * topdir: /place/to/store/RPM/packages
Make sure <tmppath> points to a _harddisk_ directory (the ram disk doesn't
allow the use of softlinks):
  * tmppath: /place/on/your/hard/disk
Add the following entry:
  * builddir: /place/where/RPM/will/build/packages

It is recommended to let <topdir> and <builddir> point to two different
partitions.
  
Now create the following directories in <topdir>:
  * RPMS
  * RPMS/m68k
  * SOURCES
  * SRPMS
  * SPECS
  
Create the "rpm" directory in "gg:lib".
  makedir gg:lib/rpm

Now it's time to initialise the rpm database with:
  rpm --initdb
  
3 Problems and bugs.

Please contact me <Kristof.Depraetere@rug.ac.be> if you experience 
any problems with or find bugs in this package.

Please remember: "A bug not know of is a bug not fixed".