void-packages/srcpkgs/libXt/template

29 lines
934 B
Plaintext
Raw Normal View History

# Template build file for 'libXt'.
pkgname=libXt
version=1.1.0
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=2f8e5e18b4c9e23342839daa81cb523eab2e65b5e49306d0bf2b6c1553a53756
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."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libSM
Add_dependency run libICE
Add_dependency run libX11
2010-10-29 06:43:25 +02:00
Add_dependency build pkg-config
Add_dependency build xproto
Add_dependency build kbproto
Add_dependency build libSM-devel
Add_dependency build libICE-devel
Add_dependency build libX11-devel