libXxf86vm: remove long_desc.
This commit is contained in:
parent
40b457393e
commit
16feb9ca42
1 changed files with 4 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# Template build file for 'libXxf86vm'.
|
||||
pkgname=libXxf86vm
|
||||
version=1.1.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xf86vidmodeproto libX11-devel libXext-devel"
|
||||
short_desc="Library for the XFree86-VidMode X extension"
|
||||
|
@ -12,17 +11,15 @@ license="MIT"
|
|||
homepage="${XORG_SITE}"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=da5e86c32ee2069b9e6d820e4c2e4242d4877cb155a2b2fbf2675a1480ec37b8
|
||||
long_desc="
|
||||
These functions provide an interface to the server extension
|
||||
XFree86-VidModeExtension which allows the video modes to be queried
|
||||
and adjusted dynamically and mode switching to be controlled."
|
||||
|
||||
libXxf86vm-devel_package() {
|
||||
depends="xf86vidmodeproto libX11-devel libXext-devel ${sourcepkg}-${version}_${revision}"
|
||||
depends="xf86vidmodeproto libX11-devel libXext-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue