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

# 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-pixbuf'
SLACKDESC="gdk-pixbuf-xlib: gdk-pixbuf-xlib $PKGVER (Gdk-Pixbuf Compat Library)
gdk-pixbuf-xlib: 
gdk-pixbuf-xlib: The gdk-pixbuf-xlib package provides a deprecated Xlib interface to 
gdk-pixbuf-xlib: gdk-pixbuf, which is needed for some applications which have not been 
gdk-pixbuf-xlib: ported to use the new interfaces yet.
gdk-pixbuf-xlib: 
gdk-pixbuf-xlib: 
gdk-pixbuf-xlib: 
gdk-pixbuf-xlib: 
gdk-pixbuf-xlib: 
gdk-pixbuf-xlib: 
"

### default pkg_download
### default pkg_prepare
### defaulg pkg_package
### build
pkg_build() {	
	pkg_build_meson &&
	pkg_build_slackdesc
}
