vp-build/templates/libX11/template

20 lines
830 B
Plaintext
Raw Normal View History

pkgname=libX11
version=1.1.5
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--mandir=/usr/share/man --without-xcb"
make_install_target="install DESTDIR=$XBPS_DESTDIR/$pkgname-$version"
short_desc="Base X libraries from modular Xorg X11"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=da9272900e41615e9c5dc25d84730b8966da6f5c8f4c40418dca2ad040fc8b82
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."
shared_deps="libXdmcp-1.0 libXau-1.0"
build_depends="pkg-config-0.23 xproto-7.0 xextproto-7.0 xtrans-1.2
xcmiscproto-1.1 kbproto-1.0 bigreqsproto-1.0 inputproto-1.4 ${shared_deps}"
run_depends="glibc-2.8 ${shared_deps}"