xorg/xorg-libxdmcp/Pkgfile

18 lines
415 B
Plaintext

# Description: X Display Manager Control Protocol library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xorgproto
name=xorg-libxdmcp
version=1.1.4
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
}