25 lines
881 B
Text
25 lines
881 B
Text
# Template file for 'glib-networking'
|
|
pkgname=glib-networking
|
|
version=2.36.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --with-libproxy --with-gnome-proxy
|
|
--with-gnutls --with-pkcs11
|
|
--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt"
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="libglib-devel libproxy-devel libgpg-error-devel
|
|
libgcrypt-devel p11-kit-devel gnutls-devel>=3.1.5
|
|
gsettings-desktop-schemas-devel>=3.8.0 ca-certificates"
|
|
short_desc="Network-related giomodules for glib"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="LGPL-2.1"
|
|
distfiles="${GNOME_SITE}/$pkgname/2.36/$pkgname-$version.tar.xz"
|
|
checksum=2108d55b0af3eea56ce256830bcaf1519d6337e0054ef2eff80f2c0ef0eb23f9
|
|
|
|
glib-networking_package() {
|
|
depends="ca-certificates gsettings-desktop-schemas>=3.8.0"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|