# Description: X Display Manager Control Protocol library
# URL: https://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xorgproto

name=xorg-libxdmcp
version=1.1.5
release=1
source=(https://www.x.org/releases/individual/lib/libXdmcp-$version.tar.xz)

build() {
	cd libXdmcp-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
	rm -r $PKG/usr/share
}
