2009-03-19 00:03:15 +00:00
|
|
|
# Template build file for 'libX11'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=libX11
|
2012-05-27 08:06:07 +00:00
|
|
|
version=1.4.99.902
|
2009-02-09 01:01:28 +00:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2010-10-25 10:23:39 +00:00
|
|
|
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
|
2011-06-19 13:49:42 +00:00
|
|
|
--disable-secure-rpc --enable-loadable-i18n"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config xproto>=7.0.23 xextproto xtrans xcmiscproto kbproto bigreqsproto inputproto>=2.2 xf86bigfontproto libxcb-devel"
|
2012-05-27 08:06:07 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2008-09-30 02:02:44 +00:00
|
|
|
short_desc="Base X libraries from modular Xorg X11"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-29 06:21:25 +00:00
|
|
|
homepage="http://xorg.freedesktop.org/"
|
|
|
|
license="MIT"
|
2012-05-27 08:06:07 +00:00
|
|
|
checksum=87de4a3821fe3bb65f861d74aaf18f84a841445c1cf641459254df802d58b91d
|
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
|
|
|
|
2012-02-13 13:00:41 +00:00
|
|
|
post_install() {
|
2011-07-29 06:21:25 +00:00
|
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
|
|
}
|