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

# source: BLFS 7.9
TARBALL=rest-$PKGVER.tar.xz
MD5SUM=07ae736561aab03ee9bdd451445926ba
SRC_URL=http://ftp.acc.umu.se/pub/gnome/sources/rest/0.8/$TARBALL
BUNDLE=

SLACKREQ='glib libsoup libxml2'
SLACKDESC="librest: librest $PKGVER (RESTful access library)
librest: 
librest: This library has been designed to make it easier to access web 
librest: services that claim to be RESTful. A reasonable definition of what 
librest: this means can be found on Wikipedia [1]. However a reasonable 
librest: description is that a RESTful service should have urls that represent 
librest: remote objects which methods can then be called on.
librest: 
librest: 
librest: 
librest:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --with-ca-certificates=/etc/ssl/ca-bundle.crt"
    pkg_build_autoconf &&
	pkg_build_slackdesc &&
	
	# multilib
	mv -v /usr/share/gir-1.0/* /usr/share/gir-1.0-64 &&
	rm -r /usr/share/gir-1.0/	
}


