libXcursor: remove long_desc.
This commit is contained in:
parent
7fee511028
commit
0121bd41c9
1 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libXcursor'.
|
||||
pkgname=libXcursor
|
||||
version=1.1.14
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fixesproto>=5.0_1 libXfixes-devel libXrender-devel"
|
||||
|
@ -11,13 +11,9 @@ homepage="http://xorg.freedesktop.org/wiki/"
|
|||
license="MIT"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df
|
||||
long_desc="
|
||||
This package, libXcursor, provides the client-side cursor loading
|
||||
library for X. This cursor management library is a simple library
|
||||
designed to help locate and load cursors (from files or memory)."
|
||||
|
||||
libXcursor-devel_package() {
|
||||
depends="xproto libXfixes-devel libXcursor>=${version}"
|
||||
depends="xproto libXfixes-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue