wok annotate libgnome-keyring/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 6e8b1bcb30e2
children 6831608a1b2a
rev   line source
pascal@11205 1 # SliTaz package receipt.
pascal@11205 2
pascal@11205 3 PACKAGE="libgnome-keyring"
Hans-G?nter@23036 4 VERSION="3.12.0"
pascal@11205 5 CATEGORY="x-window"
Hans-G?nter@23036 6 SHORT_DESC="A libray that keeps password and other secrets for users."
pascal@11205 7 MAINTAINER="pankso@slitaz.org"
pascal@15004 8 LICENSE="LGPL2"
pascal@20671 9 WEB_SITE="https://www.gnome.org"
Hans-G?nter@23036 10
Hans-G?nter@23036 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@11205 12 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
Hans-G?nter@23036 13
Hans-G?nter@23036 14 DEPENDS="dbus glib libgcrypt"
Hans-G?nter@23036 15 BUILD_DEPENDS="dbus-dev glib-dev intltool libgcrypt-dev"
Hans-G?nter@23036 16
pascal@19099 17 HOST_ARCH="i486 arm"
pascal@11205 18
pascal@11205 19 # Rules to configure and make the package.
pascal@11205 20 compile_rules()
pascal@11205 21 {
Hans-G?nter@23036 22 ./configure \
Hans-G?nter@23036 23 --libexecdir=/usr/lib/$PACKAGE \
Hans-G?nter@23036 24 --sysconfdir=/etc/gnome \
Hans-G?nter@23036 25 --disable-pam \
gokhlayeh@11573 26 $CONFIGURE_ARGS &&
Hans-G?nter@23036 27 make &&
Hans-G?nter@23036 28 make install
pascal@11205 29 }
pascal@11205 30
pascal@11205 31 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11205 32 genpkg_rules()
pascal@11205 33 {
pascal@11205 34 mkdir -p $fs/usr/lib
Hans-G?nter@23036 35 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@11205 36 }