Skip to content

openSUSE/perl-BSSolv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBS libsolv perl bindings 
=========================

This is a support perl module for the OBS backend. It contains functions
for repository management, dependency solving, package ordering, and meta
file creation.

INSTALLATION

To install this module type the following:

        perl Makefile.PL [options]
        make
        make install

The Makefile.PL options are:

        --bundled-libsolv : build against a not-installed libsolv
                            library built in a 'libsolv' subdir

DEPENDENCIES

        The libsolv library. For a bundled build, please first check
        out a copy of its git repository into a `libsolv` subdirectory
        and follow its INSTALL instructions to make and populate its
        further `build` subdirectory, e.g.:
        
        git clone https://github.com/openSUSE/libsolv
        ( cd libsolv && mkdir build && cd build && cmake .. && make )
        perl Makefile.PL --bundled-libsolv && make


COPYRIGHT AND LICENSE

Copyright (C) 2009-2014 Michael Schroeder

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

Please refer to the Perl Artistic License for details:

http://search.cpan.org/perldoc?perlartistic

About

OBS solver and repository management using libsolv

Resources

Stars

Watchers

Forks

Packages

No packages published