SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libgnome-keyring"

# SliTaz package receipt.

PACKAGE="libgnome-keyring"
VERSION="3.12.0"
CATEGORY="x-window"
SHORT_DESC="A libray that keeps password and other secrets for users."
MAINTAINER="pankso@slitaz.org"
LICENSE="LGPL2"
WEB_SITE="https://www.gnome.org"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"

DEPENDS="dbus glib libgcrypt"
BUILD_DEPENDS="dbus-dev glib-dev intltool libgcrypt-dev"

HOST_ARCH="i486 arm"

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure                \
        --libexecdir=/usr/lib/$PACKAGE    \
        --sysconfdir=/etc/gnome        \
        --disable-pam            \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib
    cp -a $install/usr/lib/*.so*    $fs/usr/lib
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)