Skip to content
Permalink
Browse files

osinfo-db: new port, version 20190304

This port installs the database files that are used by libosinfo to supply information to virt-manager to, e.g., determine the configuration for a new virtual machine.
  • Loading branch information
abusse authored and mf2k committed Apr 2, 2019
1 parent 6b060c8 commit edc45bb24d1f7c2c78c2112fbe362a9faf01e19c
Showing with 34 additions and 0 deletions.
  1. +34 −0 sysutils/osinfo-db/Portfile
@@ -0,0 +1,34 @@
# -*- 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
version 20190304
platforms darwin
categories sysutils gnome
license LGPL-2.1+
maintainers nomaintainer
supported_archs noarch

description Libosinfo database files
long_description ${description}

homepage https://libosinfo.org
master_sites https://releases.pagure.org/libosinfo/

checksums rmd160 7c1394e42ee5372b92294cf2d7fda713a08abb7d \
sha256 0e31c3f19f2f897dd2ba08d8656fe0bc4abc24f9c1558aff46bb9e9858cbbdb6 \
size 83024

depends_build port:osinfo-db-tools

use_xz yes
use_configure no

extract {}

build {}

destroot {
system "osinfo-db-import --root \"${destroot}${prefix}\" --dir \"/usr/share/osinfo\" \"${distpath}/${distfiles}\""
}

0 comments on commit edc45bb

Please sign in to comment.
You can’t perform that action at this time.