8ec22ada7e
--HG-- extra : convert_revision : eb32f4cc2f8edbb05ddd1a941d5fd165085cc20e
35 lines
1.1 KiB
Text
35 lines
1.1 KiB
Text
# Template build file for 'libXmu'.
|
|
pkgname=libXmu
|
|
version=1.0.5
|
|
revision=2
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="X Miscellaneous Utilities library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=0692b6b0ec1019cfaa8418020b1127bfb0975f5a579a0b1f9eb7fd8f2f7126d7
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency run glibc
|
|
Add_dependency run libX11
|
|
Add_dependency run libSM
|
|
Add_dependency run libICE
|
|
Add_dependency run libXext
|
|
Add_dependency run libXt
|
|
Add_dependency build pkg-config
|
|
Add_dependency build xproto
|
|
Add_dependency build xextproto
|
|
Add_dependency build xtrans
|
|
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
|