Fatih Aşıcı 5e367f1430 build,specfile: Implement support for build flags
Currently, it supports two flags: noDebug, noDelta.

The usage is simple:

    <Package>
        ...
        <BuildFlags>
            <Flag>noDebug</Flag>
            <Flag>noDelta</Flag>
        </BuildFlags>
        ...
    </Package>

noDebug flag is used to disable building of a debug package for this
package tag.

noDelta flag is used to disable building of delta packages
automatically. It doesn't change the behaviour of "pisi delta" command.
2011-03-25 13:31:45 +00:00
2010-01-09 10:26:49 +00:00
2011-02-21 09:45:44 +00:00

PISI - Packages Installed Succesfully as Intended

PISI is a new package manager for the PARDUS
distribution. In Turkish PISI means "kitty", and
like a kitty, it is featureful and small.

Some of its distinctive features:

 - Implemented in python
 - Efficient and small
 - Package sources are written in XML and python
 - Uses LZMA for a better compression ratio 
 - Fast database access implemented with berkeley DB
 - Integrates low-level and high-level package operations (dependency resolution)
 - Framework approach to build applications and tools upon
 - Comprehensive CLI and a user-friendly qt GUI (distributed separately)
 - Extremely simple package construction

S
Description
Pisi Package Management System
Readme GPL-2.0 8.8 MiB
Languages
Python 100%