00mjk / oscar-opkgc

opkgc: OSCAR opkg package builder: generates opkg distro package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opkgc - OSCAR Packages Compiler
===============================

opkgc is a tool, written in Python and Cheetah templates, which
transform an OSCAR [1] package description into RPM or Debian
packages.

Requirements
------------

opkgc depends on:
- Python (>= 2.4)
- lxml
- Cheetah template engine
- dblatex (for PDF documentation)
- xmlto (for HTML doc and manpages)

Configuration
-------------

opkgc can be configured with the opkgc.conf file. This file use the
syntax defined by the ConfigParser module in Python [2].
opkgc looks for the configuration in the following places:
order (the last available will be the right one):
1/ /etc/opkgc.conf
2/ ~/.opkgc
3/ ./opkgc.conf

Build the Debian Package
------------------------
dpkg-buildpackage -us -uc

References
----------

[1] http://oscar.openclustergroup.org/
[2] http://docs.python.org/lib/module-ConfigParser.html

About

opkgc: OSCAR opkg package builder: generates opkg distro package.

License:GNU General Public License v2.0


Languages

Language:Python 80.2%Language:Shell 12.1%Language:Makefile 5.2%Language:M4 2.3%Language:XSLT 0.3%