# Imported from CCR pkgname=glib-networking pkgver=2.54.1 pkgrel=1 pkgdesc="Network-related giomodules for glib" arch=('x86_64') url="http://www.gtk.org/" license=(GPL2) depends=('js17' 'glib2' 'libproxy' 'gnutls' 'ca-certificates' 'gsettings-desktop-schemas') makedepends=('intltool') install=glib-networking.install source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) sha256sums=('eaa787b653015a0de31c928e9a17eb57b4ce23c8cf6f277afaec0d685335012f') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/$pkgname --disable-static \ --disable-installed-tests make } check() { cd $pkgname-$pkgver make -j1 -k check } package() { cd $pkgname-$pkgver make DESTDIR=$pkgdir install testfiles_DATA= }