libXmu: remove long_desc.
This commit is contained in:
parent
123c24e218
commit
a8ef37d86a
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libXmu'.
|
||||
pkgname=libXmu
|
||||
version=1.1.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libXext-devel libXt-devel"
|
||||
|
@ -11,16 +11,9 @@ license="MIT"
|
|||
homepage="http://xorg.freedesktop.org"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=756edc7c383254eef8b4e1b733c3bf1dc061b523c9f9833ac7058378b8349d0b
|
||||
long_desc="
|
||||
This Xmu library contains miscellaneous utilities and is not part of the
|
||||
Xlib standard. It contains routines which only use public interfaces
|
||||
so that it may be layered on top of any proprietary implementation of
|
||||
Xlib or Xt.
|
||||
|
||||
This also includes the Mini Xmu library that does not use Xt and Xaw."
|
||||
|
||||
libXmu-devel_package() {
|
||||
depends="xproto libXext-devel libXt-devel libXmu>=${version}"
|
||||
depends="xproto libXext-devel libXt-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue