libXxf86misc: remove long_desc.
This commit is contained in:
parent
a397d557f6
commit
40b457393e
|
@ -1,9 +1,8 @@
|
|||
# Template build file for 'libXxf86misc'.
|
||||
pkgname=libXxf86misc
|
||||
version=1.0.1
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-malloc0returnsnull"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xproto xextproto xf86miscproto libX11-devel libXext-devel"
|
||||
short_desc="Library for the XFree86-Misc X extension"
|
||||
|
@ -12,17 +11,14 @@ license="MIT"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=2122d67d49aaa06eeaeb3db173ea8a7048f3b52665e5135874bc5cadada91289
|
||||
long_desc="
|
||||
This library from the modular X.org project provides an interface
|
||||
to the XFree86-Misc extension which allows various server settings
|
||||
to be queried and changed dynamically."
|
||||
|
||||
libXxf86misc-devel_package() {
|
||||
depends="xproto xextproto xf86miscproto libX11-devel libXxf86misc>=${version}"
|
||||
depends="xproto xextproto xf86miscproto libX11-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue