vp-build/templates/libX11/template
Juan RP 27c5d48ec6 libX11: fix installation.
--HG--
extra : convert_revision : 063fa9fab9f17ab0d2c8312c5475d9c2bd261e19
2009-02-09 02:51:22 +01:00

19 lines
806 B
Plaintext

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."
build_depends="pkg-config-0.23 xproto-7.0 xextproto-7.0 xtrans-1.2
xcmiscproto-1.1 kbproto-1.0 bigreqsproto-1.0 libXdmcp-1.0 libXau-1.0"
run_depends="glibc-2.8 libXdmcp-1.0 xtrans-1.2 libXau-1.0"