### generated by gen-xlibs-pkg.sh from BLFS 11.3 on 2023-04-04
PKGVER=1.0.1
PKGBUILD=1
PKGARCH=i686

TARBALL=libXpresent-$PKGVER.tar.xz
MD5SUM=bdd3ec17c6181fd7b26f6775886c730d
SRC_URL=https://www.x.org/pub/individual/lib/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libXpresent32: 
libXpresent32: The Present extension provides a way for applications to update their 
libXpresent32: window contents from a pixmap in a well defined fashion, 
libXpresent32: synchronizing with the display refresh and potentially using a more 
libXpresent32: efficient mechanism than copying the contents of the source pixmap.
libXpresent32: 
libXpresent32: This is 32-bit version of the library.
libXpresent32: 
libXpresent32: 
libXpresent32:
"

### default pkg_download
### default pkg_prepare
### package - only collect the libraries for 32bit libs
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share etc
	return 0
}

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