vp-build/templates/libX11/template
Juan RP cb3d72e8ae libX11: converted to subpkgs.
--HG--
extra : convert_revision : e1c9e17625165863d3531f4f36e54ecf33e9eb77
2009-03-19 01:35:02 +01:00

30 lines
998 B
Plaintext

# Template build file for 'libX11'.
pkgname=libX11
sourcepkg=$pkgname
version=1.2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--without-xcb --enable-xlocaledir --enable-loadable-i18n"
short_desc="Base X libraries from modular Xorg X11"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e4863cdf5d471763806e9bcae25ea47606a56cd91a5546a34c093aa3de181051
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."
subpackages="devel"
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