void-packages/srcpkgs/libX11/template

23 lines
886 B
Text
Raw Normal View History

# Template build file for 'libX11'.
pkgname=libX11
2012-06-02 13:56:39 +00:00
version=1.5.0
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
2011-06-19 13:49:42 +00:00
--disable-secure-rpc --enable-loadable-i18n"
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"
revision=1
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-06-02 13:56:39 +00:00
checksum=c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86
long_desc="
This is the libX11 library that is the C binding to the X protocol. It
2012-06-02 13:56:39 +00:00
is the foundation of practically every X Window System program out there."
post_install() {
2011-07-29 06:21:25 +00:00
vinstall COPYING 644 usr/share/licenses/${pkgname}
}