libvirt-glib: update to 0.1.6.
This commit is contained in:
parent
14edba7f5f
commit
289f415eee
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libvirt-glib'
|
||||
pkgname=libvirt-glib
|
||||
version=0.1.4
|
||||
revision=2
|
||||
version=0.1.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config gobject-introspection"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://libvirt.org"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://libvirt.org/sources/glib/$pkgname-$version.tar.gz"
|
||||
checksum=92935ff19424a75db85d13f30e28f418a38d81565cf1584945dda145a03886a4
|
||||
checksum=274b88584db94bb5d404e5398d6b5ef184afad49a2e4b3f4f6c47ba940bf55bf
|
||||
long_desc="
|
||||
libvirt-glib wraps libvirt to provide a high-level object-oriented API better
|
||||
suited for glib-based applications, via three libraries:
|
||||
|
@ -22,7 +22,7 @@ long_desc="
|
|||
|
||||
libvirt-glib-devel_package() {
|
||||
depends="libglib-devel libxml2-devel libvirt-devel libvirt-glib>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
@ -34,7 +34,7 @@ libvirt-glib-devel_package() {
|
|||
|
||||
libvirt-glib-python_package() {
|
||||
depends="python"
|
||||
short_desc="${short_desc} - python bindings"
|
||||
short_desc+=" - python bindings"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/python*"
|
||||
}
|
||||
|
@ -42,6 +42,6 @@ libvirt-glib-python_package() {
|
|||
|
||||
libvirt-glib_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue