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

# source: BLFS 7.8
TARBALL=libXdmcp-$PKGVER.tar.bz2
MD5SUM=18aa5c1279b01f9d18e3299969665b2e
SRC_URL=http://xorg.freedesktop.org/archive/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
}
