### this file is sourced not run
PKGVER=1.1.4
PKGBUILD=1
PKGARCH=i686

# source: BLFS 11.3
TARBALL=libXdmcp-$PKGVER.tar.xz
MD5SUM=0b4056a282c1e14323d5daef8fb5345d
SRC_URL=https://www.x.org/pub/individual/lib/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libXdmcp32: libXdmcp32 $PKGVER (X11 Display Manager Control Protocol library)  
libXdmcp32:  
libXdmcp32: The libXdmcp package contains a library implementing the X Display 
libXdmcp32: Manager Control Protocol. This is useful for allowing clients to 
libXdmcp32: interact with the X Display Manager.  
libXdmcp32: 
libXdmcp32: This contains 32-bit version of the library.
libXdmcp32: 
libXdmcp32: 
libXdmcp32: 
libXdmcp32: 
"

### default pkg_download
### default pkg_prepare
### package - only collect the libraries
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share
}

### build
pkg_build() {
	CONFFLAGS="$XORG_CONFIG"
	pkg_build_autoconf && pkg_build_slackdesc
}
