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
|
RPM/
Holds ora2pg.spec need to build an RPM package for RH/Fedora.
It may also be usable for other RPM based distribution.
Copy the ora2pg source tarball here:
~/rpmbuild/SOURCES/ or /usr/src/redhat/SOURCES/
Then create the RPM binary package as follow:
rpmbuild -bb ora2pg.spec
The binary package may be found here:
~/rpmbuild/RPMS/noarch/ora2pg-25.0-1.noarch.rpm
or
/usr/src/redhat/RPMS/i386/ora2pg-25.0-1.noarch.rpm
To install run:
rpm -i ~/rpmbuild/RPMS/noarch/ora2pg-25.0-1.noarch.rpm
slackbuild/
Holds all files necessary to build a Slackware package.
Copy the source tarball into the slackbuild directory and run
sh Ora2Pg.SlackBuild
then take a look at /tmp/build/ to find the Slackware package.
To install run the following command:
installpkg /tmp/build/ora2pg-25.0-i386-1gda.tgz
or
installpkg /tmp/build/ora2pg-25.0-x86_64-1gda.tgz
following the architecture.
debian/
Holds all files to build debian package.
First you need to execute script 'sh create-deb-tree.sh' in the debian
directory to create the package tree. After that just run the following
command to generate the debian package:
dpkg -b ora2pg ora2pg.deb
To install the package, run:
dpkg -i ora2pg.deb
Feel free to send me other.
|