Added glib-networking-2.28.0 build template.
--HG-- branch : gnome3
This commit is contained in:
parent
3d453f8b95
commit
859dbc21c8
2 changed files with 30 additions and 0 deletions
2
srcpkgs/glib-networking/depends
Normal file
2
srcpkgs/glib-networking/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=2.27.5"
|
||||||
|
api_depends="${abi_depends}"
|
28
srcpkgs/glib-networking/template
Normal file
28
srcpkgs/glib-networking/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'glib-networking'
|
||||||
|
pkgname=glib-networking
|
||||||
|
version=2.28.0
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/2.28/$pkgname-$version.tar.bz2"
|
||||||
|
build_style=gnu_configure
|
||||||
|
configure_args="--disable-static --without-ca-certificates"
|
||||||
|
short_desc="Network-related giomodules for glib"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=078c7749ff915804979a100343d2de191942ba6914c5cf68862200141fefbfe3
|
||||||
|
long_desc="
|
||||||
|
This package contains GLib's GIO modules for networking."
|
||||||
|
|
||||||
|
triggers="gio-modules"
|
||||||
|
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run glib
|
||||||
|
Add_dependency run libproxy
|
||||||
|
Add_dependency run libgpg-error
|
||||||
|
Add_dependency run libgcrypt
|
||||||
|
Add_dependency run gnutls
|
||||||
|
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build intltool
|
||||||
|
Add_dependency build glib-devel
|
||||||
|
Add_dependency build libproxy-devel
|
||||||
|
Add_dependency build libgpg-error-devel
|
||||||
|
Add_dependency build libgcrypt-devel
|
||||||
|
Add_dependency build gnutls-devel
|
Loading…
Reference in a new issue