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

# post BLFS 8.3 2018-10-16
TARBALL=gmime-$PKGVER.tar.xz
MD5SUM=247072236d84bd0fbbff299d69bdf333
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/gmime/2.6/$TARBALL
BUNDLE=

SLACKREQ='libgpg-error glib'
SLACKDESC="libgmime: libgmime $PKGVER (MIME library)  
libgmime:  
libgmime: The GMime package contains a set of utilities for parsing and 
libgmime: creating messages using the Multipurpose Internet Mail Extension 
libgmime: (MIME) as defined by the applicable RFCs. See the GMime web site for 
libgmime: the RFCs resourced. This is useful as it provides an API which 
libgmime: adheres to the MIME specification as closely as possible while also 
libgmime: providing programmers with an extremely easy to use interface to the 
libgmime: API functions.  
libgmime: 
libgmime: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	
	# multi-lib
	mv -v /usr/share/gir-1.0/* /usr/share/gir-1.0-$USE_ARCH &&
	rm -r /usr/share/gir-1.0
}


