wok-next view glib-networking/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents 0222c6257a8d
children 91196fd023de
line source
1 # SliTaz package receipt v2.
3 PACKAGE="glib-networking"
4 VERSION="2.54.1"
5 CATEGORY="x-window"
6 SHORT_DESC="TLS support for glib"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="http://www.gtk.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/glib-networking.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS_arm="glib-dev gnutls-dev"
16 BUILD_DEPENDS="intltool gnutls-dev gsettings-desktop-schemas"
18 compile_rules() {
19 ./configure \
20 --without-ca-certificates \
21 --disable-static \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="glib libgnutls libp11-kit"
31 }