libvirt-glib: remove long_desc.
This commit is contained in:
parent
eab1553562
commit
f6e002c7cc
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libvirt-glib'
|
||||
pkgname=libvirt-glib
|
||||
version=0.1.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||
|
@ -12,16 +12,9 @@ homepage="http://libvirt.org"
|
|||
license="LGPL-2.1"
|
||||
distfiles="http://libvirt.org/sources/glib/$pkgname-$version.tar.gz"
|
||||
checksum=39652c07d95f980ff30b39e0fd072e768fb85d778d65432da24b17dee9d36429
|
||||
long_desc="
|
||||
libvirt-glib wraps libvirt to provide a high-level object-oriented API better
|
||||
suited for glib-based applications, via three libraries:
|
||||
|
||||
- libvirt-glib - GLib main loop integration and misc helper APIs
|
||||
- libvirt-gconfig - GObjects for manipulating libvirt XML documents
|
||||
- libvirt-gobject - GObjects for managing libvirt objects"
|
||||
|
||||
libvirt-glib-devel_package() {
|
||||
depends="libglib-devel libxml2-devel libvirt-devel libvirt-glib>=${version}"
|
||||
depends="libglib-devel libxml2-devel libvirt-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue