xorg/xorg-libxdmcp/Pkgfile
2015-03-21 21:00:05 +01:00

22 lines
458 B
Plaintext

# Description: xorg lib libXdmcp
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xproto
name=xorg-libxdmcp
version=1.1.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXdmcp-$version.tar.bz2)
build() {
cd libXdmcp-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/libXdmcp/xdmcp.xml
find $PKG/usr/share -type d -delete
}