UmVirt LFS Package info

DB commit: be1eaeb9e1d7ba0146566f8c9226f3f3cf6c6aa8
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

libXdmcp

The libXdmcp package contains a library implementing the X Display Manager Control Protocol.

Package info

Codename: libXdmcp
Source file: libXdmcp-1.1.5.tar.xz
Source directory: libXdmcp-1.1.5
Package URL: libXdmcp-1.1.5.tar.xz
Package md5-checksum URL: libXdmcp-1.1.5.tar.xz.md5sum
Dependances: xorgproto.
Dependance of: libxcb, X.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure $XORG_CONFIG $ARG_STATIC --docdir=/usr/share/doc/libXdmcp-1.1.5

Build script:
make

Install script:
make install

Arch specific instructions

lib32_amd64

Dependances: *** NO DEPENDANCES FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

CC="gcc -m32" CXX="g++ -m32" \
PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
./configure --prefix=/usr \
     $ARG_STATIC \
    --host=i686-pc-linux-gnu \
    --libdir=/usr/lib32

Build script:
make

Install script:
make install