2009-03-19 00:03:15 +00:00
|
|
|
# Template build file for 'libX11'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=libX11
|
2010-01-17 07:10:44 +00:00
|
|
|
version=1.3.3
|
2010-04-22 12:14:02 +00:00
|
|
|
revision=1
|
2009-02-09 01:01:28 +00:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2008-09-30 02:02:44 +00:00
|
|
|
build_style=gnu_configure
|
2009-04-16 21:31:14 +00:00
|
|
|
configure_args="--with-xcb --enable-xlocaledir --enable-loadable-i18n"
|
2008-09-30 02:02:44 +00:00
|
|
|
short_desc="Base X libraries from modular Xorg X11"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-01-17 07:10:44 +00:00
|
|
|
checksum=8c7f867918a3739dc7cabe955179539d4a7ecc52cb42becfd261e5dfbff511ac
|
2008-09-30 02:02:44 +00:00
|
|
|
long_desc="
|
|
|
|
This is the libX11 library that is the C binding to the X protocol. It
|
|
|
|
is the foundation of practically every X Window System program out there.
|
|
|
|
|
|
|
|
This is from the modular X.org X11 project."
|
2009-02-09 01:01:28 +00:00
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2009-12-24 15:04:45 +00:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run libxcb
|
2009-03-19 00:03:15 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build xproto
|
|
|
|
Add_dependency build xextproto
|
|
|
|
Add_dependency build xtrans
|
|
|
|
Add_dependency build xcmiscproto
|
|
|
|
Add_dependency build kbproto
|
|
|
|
Add_dependency build bigreqsproto
|
|
|
|
Add_dependency build inputproto
|
|
|
|
Add_dependency build xf86bigfontproto
|
2009-12-24 15:04:45 +00:00
|
|
|
Add_dependency build libxcb-devel
|