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

Up clutter-gtk (1.8.4), clutter, add clutter-gst, colord-gtk.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 01 17:41:04 2018 +0300 (2018-05-01)
parents a5d7827e08cf
children 014a4f35b014
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 gmp libffi libgnutls libtasn1 nettle p11-kit pcre \
31 util-linux-blkid util-linux-mount util-linux-uuid zlib"
32 }