-
Notifications
You must be signed in to change notification settings - Fork 1
aflat/heirloom-pkgtools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Initial code was written bt Gunnar Ritter, you can find it here: http://heirloom.sourceforge.net/pkgtools.html I imported it into github so I can change it up a bit to work on a more modern OS, Centos 6.6 x86_64 I have included the original README contents, but I can't vouch for their correctness Building on Centos 6.6: you will need to build(make and make install) the heirloom-devtools once they are insatlled, then: yum install openssl-devel.i686 flex-devel.i686 make make install There is a hardcoded dependency on the /usr/lib/x86_64-redhat-linux5E/include/stropts.h file, which is declared in the libadm/Makefile.mk file. compat-glibc-headers installs this. I don't know of a 32 bit version of this file, so I am cheating a bit here. README file for the Heirloom Packaging Tools ============================================ The Heirloom Packaging Tools are Linux ports of the SVR4 application packaging tools, as released by Sun as part of OpenSolaris. Currently, there exists no Linux distribution which bases its package management on these tools. Nevertheless, they are useful for evaluation purposes. If run in interactive mode, "pkgadd" will ask for confirmation before overwriting existing files, so it is principally possible to use these tools in addition to another packaging system. The packaging tools depend on other components of the Heirloom Project, namely, the Bourne shell, the toolchest, and the development tools. You must install them on the compilation system before. For a target system, only the Bourne shell and the toolchest are required. To build and install: - Adjust the installation paths and compiler settings in the file "mk.config", which is in makefile syntax. - Execute "make", followed by "make install". "make mrproper" will destroy all generated files. Once the tools are installed, "make heirloom-pkgtools.pkg" will create a SVR4 datastream format package containing them. You can use it as a starting point for further experiments. For further information, see the enclosed manual pages, or refer to an introductory text for SVR4 packaging. Some of the features recently introduced by Sun are partially disabled in this variant; this applies to SQLite, Solaris zones, signed packages, and web installation. Still, OpenSSL header files are required while building, although the libraries are not used for linking. New releases of this project are announced on Freshmeat. If you want to get notified by email on each release, use their subscription service at <http://freshmeat.net/projects/pkgtools/>. The project homepage is currently at <http://heirloom.sourceforge.net>. Report bugs to Gunnar Ritter Freiburg i. Br. Germany <http://heirloom.sourceforge.net> <[email protected]> 2/28/07
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published