23 lines
839 B
Text
23 lines
839 B
Text
# Template build file for 'libXmu'.
|
|
pkgname=libXmu
|
|
version=1.1.1
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
short_desc="X Miscellaneous Utilities library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="MIT"
|
|
checksum=709081c550cc3a866d7c760a3f97384a1fe16e27fc38fe8169b8db9f33aa7edd
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build libX11-devel
|
|
Add_dependency build libXext-devel
|
|
Add_dependency build libXt-devel
|