libXres: remove long_desc.
This commit is contained in:
parent
4bedc79598
commit
025fd7f97f
1 changed files with 3 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libXres'.
|
||||
pkgname=libXres
|
||||
version=1.0.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="resourceproto libXext-devel"
|
||||
|
@ -11,19 +11,14 @@ license="MIT"
|
|||
homepage="${XORG_SITE}"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=26899054aa87f81b17becc68e8645b240f140464cf90c42616ebb263ec5fa0e5
|
||||
long_desc="
|
||||
This package contains the X Resource Information Extension Library
|
||||
from the modular X.org project.
|
||||
|
||||
X-Resource is an extension that allows a client to query the X
|
||||
server about its usage of various resources."
|
||||
|
||||
libXres-devel_package() {
|
||||
depends="xproto libXext-devel libXres>=${version}"
|
||||
depends="xproto libXext-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue