wok annotate libgnome-keyring/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents 05a16d345d57
children a00bf44ed23d
rev   line source
pascal@11205 1 # SliTaz package receipt.
pascal@11205 2
pascal@11205 3 PACKAGE="libgnome-keyring"
pascal@11205 4 VERSION="2.32.0"
pascal@11205 5 CATEGORY="x-window"
pascal@11205 6 SHORT_DESC="A libray that keep password and other secrets for users."
pascal@11205 7 MAINTAINER="pankso@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
pascal@11205 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11205 10 WEB_SITE="http://www.gnome.org"
pascal@11205 11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
pascal@11205 12
gokhlayeh@11456 13 DEPENDS="libgcrypt dbus glib"
pascal@12610 14 BUILD_DEPENDS="libgcrypt-dev dbus-dev glib-dev intltool"
pascal@11205 15
pascal@11205 16 # Rules to configure and make the package.
pascal@11205 17 compile_rules()
pascal@11205 18 {
pascal@11205 19 cd $src
pascal@11205 20 ./configure \
pascal@11205 21 --libexecdir=/usr/lib/$PACKAGE \
pascal@11205 22 --sysconfdir=/etc/gnome \
gokhlayeh@11573 23 --disable-pam \
gokhlayeh@11573 24 $CONFIGURE_ARGS &&
pascal@11205 25 make && make install
pascal@11205 26 }
pascal@11205 27
pascal@11205 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11205 29 genpkg_rules()
pascal@11205 30 {
pascal@11205 31 mkdir -p $fs/usr/lib
pascal@11205 32 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@11205 33 }