2012-11-21 11:12:43 -06:00
|
|
|
# Description: xorg lib libXdmcp
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2013-02-02 01:54:23 +11:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
2012-11-21 11:12:43 -06:00
|
|
|
# Depends on: xorg-xproto-32 xorg-libxdmcp
|
|
|
|
|
|
|
|
name=xorg-libxdmcp-32
|
2015-03-22 14:29:58 +11:00
|
|
|
version=1.1.2
|
2012-11-21 11:12:43 -06:00
|
|
|
release=1
|
2017-12-04 22:48:41 +11:00
|
|
|
source=(https://www.x.org/releases/individual/lib/libXdmcp-$version.tar.bz2)
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
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
|
|
|
|
}
|