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

Commit

Permalink
libsoup: new package at 2.68.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 16, 2020
1 parent 19e27e1 commit 44e22aa
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
16 changes: 16 additions & 0 deletions community/libsoup/build
@@ -0,0 +1,16 @@
#!/bin/sh -e

export DESTDIR="$1"

meson \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
-Dtls_check=false \
-Dvapi=disabled \
-Dgssapi=disabled \
-Dbrotli=disabled \
. output

ninja -C output
ninja -C output install
1 change: 1 addition & 0 deletions community/libsoup/checksums
@@ -0,0 +1 @@
534bb08e35b0ff3702f3adfde87d3441e27c12f9f5ec351f056fe04cba02bafb libsoup-2.68.3.tar.xz
6 changes: 6 additions & 0 deletions community/libsoup/depends
@@ -0,0 +1,6 @@
glib
libpsl
libxml2
meson make
sqlite
zlib
1 change: 1 addition & 0 deletions community/libsoup/sources
@@ -0,0 +1 @@
https://download.gnome.org/sources/libsoup/2.68/libsoup-2.68.3.tar.xz
1 change: 1 addition & 0 deletions community/libsoup/version
@@ -0,0 +1 @@
2.68.3 1

0 comments on commit 44e22aa

Please sign in to comment.