2009-03-19 01:03:15 +01:00
|
|
|
# Template build file for 'libX11'.
|
2008-10-04 06:29:49 +02:00
|
|
|
pkgname=libX11
|
2012-03-16 08:16:18 +01:00
|
|
|
version=1.4.99.901
|
2009-02-09 02:01:28 +01:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2010-10-25 12:23:39 +02:00
|
|
|
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
|
2011-06-19 15:49:42 +02:00
|
|
|
--disable-secure-rpc --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>"
|
2011-07-29 08:21:25 +02:00
|
|
|
homepage="http://xorg.freedesktop.org/"
|
|
|
|
license="MIT"
|
2012-03-16 08:16:18 +01:00
|
|
|
checksum=bf238569e07e459651265735e093103322478e4d07265ad9eb55aba4d9db26db
|
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-11-22 08:31:44 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2009-03-19 01:03:15 +01:00
|
|
|
Add_dependency build pkg-config
|
2012-03-16 08:16:18 +01:00
|
|
|
Add_dependency build xproto ">=7.0.23"
|
2009-03-19 01:03:15 +01:00
|
|
|
Add_dependency build xextproto
|
|
|
|
Add_dependency build xtrans
|
|
|
|
Add_dependency build xcmiscproto
|
|
|
|
Add_dependency build kbproto
|
|
|
|
Add_dependency build bigreqsproto
|
2012-03-05 09:18:34 +01:00
|
|
|
Add_dependency build inputproto ">=2.2"
|
2009-03-19 01:03:15 +01:00
|
|
|
Add_dependency build xf86bigfontproto
|
2009-12-24 16:04:45 +01:00
|
|
|
Add_dependency build libxcb-devel
|
2011-07-29 08:21:25 +02:00
|
|
|
|
2012-02-13 14:00:41 +01:00
|
|
|
post_install() {
|
2011-07-29 08:21:25 +02:00
|
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
|
|
}
|