2009-03-19 00:59:30 +00:00
|
|
|
# Template build file for 'libXt'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=libXt
|
2012-03-16 11:48:29 +00:00
|
|
|
version=1.1.3
|
2012-03-08 07:13:08 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
2009-02-09 03:31:42 +00:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config xproto kbproto libSM-devel libICE-devel libX11-devel"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2008-10-01 03:09:19 +00:00
|
|
|
short_desc="X Toolkit Intrinsics library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-08 07:13:08 +00:00
|
|
|
license="MIT"
|
2012-03-16 11:48:29 +00:00
|
|
|
checksum=8db593c3fc5ffc4e9cd854ba50af1eac9b90d66521ba17802b8f1e0d2d7f05bd
|
2008-10-01 03:09:19 +00:00
|
|
|
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."
|
2009-02-09 03:31:42 +00:00
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2010-10-29 04:43:25 +00:00
|
|
|
|