2009-03-19 01:03:15 +01:00
|
|
|
# Template build file for 'libX11'.
|
2008-10-04 06:29:49 +02:00
|
|
|
pkgname=libX11
|
2009-08-10 17:02:25 +02:00
|
|
|
version=1.2.2
|
2009-02-09 02:01:28 +01:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2008-09-30 04:02:44 +02:00
|
|
|
build_style=gnu_configure
|
2009-04-16 23:31:14 +02:00
|
|
|
configure_args="--with-xcb --enable-xlocaledir --enable-loadable-i18n"
|
2008-09-30 04:02:44 +02:00
|
|
|
short_desc="Base X libraries from modular Xorg X11"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-08-10 17:02:25 +02:00
|
|
|
checksum=11768553fa3c56441894ffc703a14a753ba07b5090fe496afbfec4d2dbf9ce80
|
2008-09-30 04:02:44 +02: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 02:01:28 +01:00
|
|
|
|
2009-03-19 01:35:02 +01:00
|
|
|
subpackages="devel"
|
2009-03-19 01:03:15 +01: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
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full libXdmcp
|
|
|
|
Add_dependency full libXau
|
2009-04-16 23:31:14 +02:00
|
|
|
Add_dependency full libxcb
|