diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2009-11-11 19:30:54 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2009-11-11 19:30:54 +0000 |
commit | d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9 (patch) | |
tree | a28aed24c3d0606718a2a2a7a099447aab84a403 /encap/epkg/README | |
parent | 2535920830fc57f30fd6eb9c4b6569a100d40126 (diff) | |
download | bcfg2-d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9.tar.gz bcfg2-d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9.tar.bz2 bcfg2-d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9.zip |
No longer being maintained, no one expressed interest on mailing list, so removing from trunk.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5569 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/epkg/README')
-rw-r--r-- | encap/epkg/README | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/encap/epkg/README b/encap/epkg/README deleted file mode 100644 index ce986d3c0..000000000 --- a/encap/epkg/README +++ /dev/null @@ -1,28 +0,0 @@ -If you can't find an epkg binary compiled with all of the extra -libraries for your platform, you can use this Makefile (which will -probably require a little bit of editing for platforms other than -Solaris/x86 10) to compile it. - -You'll need to manually download the versions of packages you want to -this directory, edit the Makefile to refer to those versions, -decompress/untar the distributions, and then run make (or gmake on -non-GNU platforms). The cacert.pem file that needs to be in this -directory is available from http://curl.haxx.se/docs/caextract.html - -All of the software is available from: - * http://mirror.opensysadmin.com/epkg-deps/epkg-with-all-deps.tar.gz -You will want to download and extract this file to this directory, as -it contains symbloic links to the README and Makefile in this directory. -After that is complete, do "cd epkg-with-all-deps" and then "make" or -"gmake" (depending on what GNU Make is called on your machine). - -Once you have a working epkg distribution, you should: - * cd /usr/local/encap - * mkencap -c epkg-x.y.z - * Rename the tar.gz file with the appropriate encap string - (i.e. mv epkg-x.y.z.tar.gz epkg-x.y.z-encap-i386-solaris10.tar.gz) - * Upload that file to the encap repository at: - http://www.encap.org/search/upload.fcgi - * Update the ticket at http://trac.mcs.anl.gov/projects/bcfg2/ticket/74 - with a quick note stating you've done the encap upload so it can be - mirrored at http://www.dclark.us/mirror/epkg-contrib |