38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
# Template build file for 'libX11'.
|
|
pkgname=libX11
|
|
version=1.6.2
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
|
|
--disable-secure-rpc --disable-static --enable-malloc0returnsnull"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xproto>=7.0.23 xextproto xtrans xcmiscproto
|
|
kbproto bigreqsproto inputproto>=2.2 xf86bigfontproto libxcb-devel"
|
|
short_desc="Base X libraries from Xorg"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
license="MIT"
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
checksum=2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" libtool automake xorg-util-macros xproto xtrans"
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
fi
|
|
|
|
post_install() {
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
}
|
|
|
|
libX11-devel_package() {
|
|
depends="xproto kbproto libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share/man
|
|
}
|
|
}
|