smlinux/gtk/libsoup/libsoup.SMBuild
PktSurf 4a7a115ed4 Fixed CFLAGS in extra/{feh,v4l-utils} and gtk/libunique
Upgraded net/samba to 4.18.0
Discarded doinst.sh from extra/{mpv,v4l-utils} and gtk/{gcr,goffice,gsettings-desktop-schemas}
Discarded gtk/gtk-sharp
Repositioned nand-utils source extraction code inside a subshell in extra/mtd-utils
Discarded code to remove tests in gtk/{atkmm,cairomm,libsoup}
Disabled tests in build option of gtk/{gdk-pixbuf,gtk3,libdazzle}
Fixed mkdir code in gtk/{gegl,gnome-desktop,gobject-introspection,libdazzle,libglade,libmanette} for aiding in resuming build
Rewrote gtk/gnome-icon-theme pc file in the build file itself
Fixed gtk/gtk2's doinst.sh
Disabled static libraries compile in gtk/openjpeg
Updated buildlist of net
Fixed net/privoxy build file
2023-03-16 23:19:14 +05:30

38 lines
884 B
Text
Executable file

app=libsoup
version=2.74.2
build=1sml
homepage="https://wiki.gnome.org/Projects/libsoup"
download="https://slackware.uk/slackware/slackware-15.0/source/l/libsoup/libsoup-$version.tar.xz"
desc="HTTP client/server library"
requires="libxml2 gnutls sqlite brotli vala gobject-introspection glib-networking"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
mkdir -p smbuild && cd smbuild
meson setup \
--prefix="/" \
-Dtls_check=false \
-Dvapi=disabled \
-Dsysprof=disabled \
-Dtests=false \
..
ninja
DESTDIR="$pkg" ninja install
cp ../COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
2554f4f214536819d08bc5a0ebceca85fd339e6efcea8c2afc6559ade56118691fc48f226ed210988edc592b23fc8a9094b47fc22b4d028c0df23158c4086431 libsoup-2.74.2.tar.lz
"