23 lines
523 B
Plaintext
Raw Permalink Normal View History

# Description: xorg lib libXdmcp
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-xproto-32 xorg-libxdmcp
name=xorg-libxdmcp-32
2015-03-22 14:29:58 +11:00
version=1.1.2
release=1
source=(https://www.x.org/releases/individual/lib/libXdmcp-$version.tar.bz2)
build() {
cd libXdmcp-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/libXdmcp/xdmcp.xml
find $PKG/usr/share -type d -delete
rm -rf $PKG/usr/include
}