New package: libosinfo-0.2.0.
This commit is contained in:
parent
69285a3c8c
commit
ad8638d46c
5 changed files with 44 additions and 0 deletions
|
@ -1059,3 +1059,4 @@ librygel-core-1.0.so.0 librygel-0.16.0_1
|
||||||
librygel-renderer-1.0.so.0 librygel-0.16.0_1
|
librygel-renderer-1.0.so.0 librygel-0.16.0_1
|
||||||
librygel-server-1.0.so.0 librygel-0.16.0_1
|
librygel-server-1.0.so.0 librygel-0.16.0_1
|
||||||
libharfbuzz.so.0 libharfbuzz-0.9.4_1
|
libharfbuzz.so.0 libharfbuzz-0.9.4_1
|
||||||
|
libosinfo-1.0.so.0 libosinfo-0.2.0_1
|
||||||
|
|
1
srcpkgs/libosinfo-devel
Symbolic link
1
srcpkgs/libosinfo-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libosinfo
|
17
srcpkgs/libosinfo/libosinfo-devel.template
Normal file
17
srcpkgs/libosinfo/libosinfo-devel.template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'libosinfo-devel'.
|
||||||
|
#
|
||||||
|
depends="glib-devel libsoup-gnome-devel libxml2-devel libxslt-devel gobject-introspection vala-devel libosinfo"
|
||||||
|
short_desc="${sourcepkg} development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
vmove "usr/lib/*.a" usr/lib
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
vmove usr/share/gir-1.0 usr/share
|
||||||
|
vmove usr/share/vala usr/share
|
||||||
|
}
|
9
srcpkgs/libosinfo/libosinfo.rshlibs
Normal file
9
srcpkgs/libosinfo/libosinfo.rshlibs
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
libxslt.so.1
|
||||||
|
libz.so.1
|
||||||
|
libm.so.6
|
||||||
|
libxml2.so.2
|
||||||
|
libgio-2.0.so.0
|
||||||
|
libgobject-2.0.so.0
|
||||||
|
libglib-2.0.so.0
|
||||||
|
libpthread.so.0
|
||||||
|
libc.so.6
|
16
srcpkgs/libosinfo/template
Normal file
16
srcpkgs/libosinfo/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'libosinfo'
|
||||||
|
pkgname=libosinfo
|
||||||
|
version=0.2.0
|
||||||
|
revision=1
|
||||||
|
distfiles="https://fedorahosted.org/releases/l/i/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-tests"
|
||||||
|
makedepends="pkg-config glib-devel libsoup-gnome-devel libxml2-devel libxslt-devel gobject-introspection vala-devel"
|
||||||
|
short_desc="GObject based library API for managing info about operating systems"
|
||||||
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
checksum=6aa68ad635afd6e86cb8c54c28c8b02658782b5072eac5ba6db421c0c3cc8916
|
||||||
|
long_desc="
|
||||||
|
GObject based library API for managing information about operating systems,
|
||||||
|
hypervisors and the (virtual) hardware devices they can support."
|
||||||
|
|
||||||
|
subpackages="${pkgname}-devel"
|
Loading…
Reference in a new issue