2009-03-19 01:06:20 +00:00
|
|
|
# Template build file for 'libXmu'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=libXmu
|
2009-10-28 02:06:01 +00:00
|
|
|
version=1.0.5
|
2010-04-23 11:41:36 +00:00
|
|
|
revision=2
|
2009-02-09 03:31:42 +00:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2008-10-01 03:09:19 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="X Miscellaneous Utilities library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-28 02:06:01 +00:00
|
|
|
checksum=0692b6b0ec1019cfaa8418020b1127bfb0975f5a579a0b1f9eb7fd8f2f7126d7
|
2008-10-01 03:09:19 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
This is from the modular X.org project."
|
2009-02-09 03:31:42 +00:00
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2010-01-08 12:49:57 +00:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run libX11
|
|
|
|
Add_dependency run libSM
|
|
|
|
Add_dependency run libICE
|
|
|
|
Add_dependency run libXext
|
|
|
|
Add_dependency run libXt
|
2009-03-19 01:06:20 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build xproto
|
|
|
|
Add_dependency build xextproto
|
|
|
|
Add_dependency build xtrans
|
2010-01-08 12:49:57 +00:00
|
|
|
Add_dependency build libX11-devel
|
|
|
|
Add_dependency build libSM-devel
|
|
|
|
Add_dependency build libICE-devel
|
|
|
|
Add_dependency build libXext-devel
|
|
|
|
Add_dependency build libXt-devel
|