Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
glib-networking: new package at 2.62.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 16, 2020
1 parent 23dd0cb commit 19e27e1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
14 changes: 14 additions & 0 deletions community/glib-networking/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh -e

export DESTDIR="$1"

meson \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
-Dlibproxy=disabled \
-Dopenssl=enabled \
. output

ninja -C output
ninja -C output install
1 change: 1 addition & 0 deletions community/glib-networking/checksums
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8ca1f86f23a76b5c7640624f7d5490705c78e81375e1741c9a1c41ce7f8f7ff7 glib-networking-2.62.3.tar.xz
3 changes: 3 additions & 0 deletions community/glib-networking/depends
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
glib
libressl
meson make
1 change: 1 addition & 0 deletions community/glib-networking/sources
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://ftp.gnome.org/pub/gnome/sources/glib-networking/2.62/glib-networking-2.62.3.tar.xz
1 change: 1 addition & 0 deletions community/glib-networking/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.62.3 1

0 comments on commit 19e27e1

Please sign in to comment.