void-packages/templates/libXt/template
Juan RP c397ef5864 Fix build/run deps in some xorg lib pkgs.
--HG--
extra : convert_revision : e2cc40e6fa780e8060860a56c41a59fff77a5268
2009-02-09 04:31:42 +01:00

19 lines
772 B
Text

pkgname=libXt
version=1.0.5
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="X Toolkit Intrinsics library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=43c472ada59a04428a463225cd4cd42cb81bc43eb687cc1890f2f1c81a3e9cf4
long_desc="
This is the X Toolkit Intrinsics library. Xt Intrinsics is a library
of C routines (based on Xlib) used for designing user interfaces with
widgets. It also provides functions for handling events, initializing
windows, and interpreting resource files.
This is from the modular X.org project."
shared_deps="libSM-1.0 libICE-1.0 libX11-1.1 libXau-1.0 libXdmcp-1.0
e2fsprogs-1.41"
build_depends="pkg-config-0.23 xproto-7.0 kbproto-1.0 ${shared_deps}"
run_depends="glibc-2.8 ${shared_deps}"