Giter Club home page Giter Club logo

buildpkg's Introduction

===========
What is it?
===========
buildpkg is a collection of bourne shell script code that implements a
framework for easy scripting a package build for IRIX or Solaris in
a repeatable manner.

Anyone familiar with how an rpm specfile works will see the similarities
but basically it works on the premise that everything is built into a
staging area and metadata describing the final package layout is used to
automatically generate the necessary metadata for the native
packageformat.  By design it is not possible to hand-tweak the generated
metadata as it is always regenerated, any tweaks must be implemented
through metadata in the buildsystem.

Dependencies are automatically extracted from files in the stagedir
(filtering is possible) and it's also possible to manually add hidden
dependencies that cannot be extracted automatically.

There's also steps that automcatically compiles manpages and compresses
them.  It can handle symlinked manpages and even manpages that are just
links to other manpages (ie. using the nroff .so command).

===============
Getting started
===============
There's a few customizations that should be done before begining to
build packages.

 * The environment variable BUILDPKG_SCRIPTS should point to buildpkg
 * The environment variable BUILDPKG_BASE should point to your packages
 * check the value of topinstalldir in buildpkg.functions
 * check the value of pkgprefix in buildpkg.functions and
   buildpkg.packaging.irix
 * check tool paths in buildpkg.tools and override with a
   <hostname>.irix or <hostname>.solaris config file.
 * for building perl modules you must also adjust paths
   in generic_install_perl

===================
License and contact
===================
buildpkg is released under the GNU GPLv3.  Please see the COPYING file
for license details.

Tom G. Christensen <[email protected]>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.