xcb-util: remove long_desc.
This commit is contained in:
parent
5e6efbe6a3
commit
3c075a4ea1
|
@ -1,30 +1,24 @@
|
|||
# Template build for 'xcb-util'.
|
||||
pkgname=xcb-util
|
||||
version=0.3.9
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config gperf"
|
||||
makedepends="libxcb-devel>=1.8"
|
||||
short_desc="XCB utilities"
|
||||
short_desc="XCB utilities library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://xcb.freedesktop.org"
|
||||
license="GPL-2"
|
||||
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
||||
checksum=c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4
|
||||
long_desc="
|
||||
The xcb-util module provides a number of libraries which sit on top of
|
||||
libxcb, the core X protocol library, and some of the extension
|
||||
libraries. These experimental libraries provide convenience functions
|
||||
and interfaces which make the raw X protocol more usable. Some of the
|
||||
libraries also provide client-side code which is not strictly part of
|
||||
the X protocol but which have traditionally been provided by Xlib."
|
||||
|
||||
xcb-util-devel_package() {
|
||||
depends="libxcb-devel xcb-util>=${version}"
|
||||
depends="libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue