SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "glib-networking"

# SliTaz package receipt.

PACKAGE="glib-networking"
VERSION="2.28.7"
CATEGORY="x-window"
SHORT_DESC="TLS support for glib."
MAINTAINER="pankso@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.gtk.org/"
WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"

DEPENDS="glib libgio libgnutls"
BUILD_DEPENDS="glib-dev libgio-dev gnutls-dev intltool automake autoconf git"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --prefix=/usr \
        --without-ca-certificates \
        $CONFIGURE_ARGS &&
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib/gio/modules
    cp -a $install/usr/lib/gio/modules/*.so* $fs/usr/lib/gio/modules
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)