Permalink
Browse files
osinfo-db-tools: new port, version 1.4.0
This tool manages libosinfo database files that are down the line used by virt-manager to, e.g., determine the configuration for a new virtual machine.
- Loading branch information
| @@ -0,0 +1,30 @@ | ||
| # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | ||
|
|
||
| PortSystem 1.0 | ||
|
|
||
| name osinfo-db-tools | ||
| version 1.4.0 | ||
| platforms darwin | ||
| categories sysutils gnome | ||
| license LGPL-2.1+ | ||
| maintainers nomaintainer | ||
|
|
||
| description Tools for managing the libosinfo database files | ||
| long_description ${description} | ||
|
|
||
| homepage https://libosinfo.org | ||
| master_sites https://releases.pagure.org/libosinfo/ | ||
|
|
||
| checksums rmd160 212c439f0708ac8c4702f584f263facb70e0b0ce \ | ||
| sha256 7ee0125c6b99b5b9e10d9bf5951ecc8a170278499a778e6be5c61ef10296f723 \ | ||
| size 519089 | ||
|
|
||
| depends_build port:pkgconfig | ||
|
|
||
| depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ | ||
| port:gettext \ | ||
| port:json-glib \ | ||
| port:libarchive \ | ||
| port:libxslt | ||
|
|
||
| configure.args --disable-dependency-tracking --disable-silent-rules |