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

# source: BLFS 11.3
TARBALL=gdk-pixbuf-xlib-$PKGVER.tar.xz
MD5SUM=fbd57e867e039a8cf9164d145c0f0434
SRC_URL=https://download.gnome.org/sources/gdk-pixbuf-xlib/2.40/$TARBALL
BUNDLE=

SLACKREQ='gdk-pixbuf32'
SLACKDESC="gdk-pixbuf-xlib32: gdk-pixbuf-xlib32 $PKGVER (Gdk-Pixbuf Compat Library)
gdk-pixbuf-xlib32: 
gdk-pixbuf-xlib32: The gdk-pixbuf-xlib package provides a deprecated Xlib interface to 
gdk-pixbuf-xlib32: gdk-pixbuf, which is needed for some applications which have not been 
gdk-pixbuf-xlib32: ported to use the new interfaces yet.
gdk-pixbuf-xlib32: 
gdk-pixbuf-xlib32: This contains 32-bit version of the library.
gdk-pixbuf-xlib32: 
gdk-pixbuf-xlib32: 
gdk-pixbuf-xlib32: 
gdk-pixbuf-xlib32: 
"

### 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() {	
	pkg_build_meson &&
	pkg_build_slackdesc
}
