-
Notifications
You must be signed in to change notification settings - Fork 16
openSUSE/perl-BSSolv
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published