wok-next annotate libgnome-keyring/receipt @ rev 13190
Up gsmartcontrol (0.8.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 04 14:45:59 2012 +0200 (2012-08-04) |
parents | b7319995b37e |
children | 4904e3d374a9 |
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@11205 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@11205 | 9 WEB_SITE="http://www.gnome.org" |
pascal@11205 | 10 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" |
pascal@11205 | 11 |
gokhlayeh@11456 | 12 DEPENDS="libgcrypt dbus glib" |
pascal@12610 | 13 BUILD_DEPENDS="libgcrypt-dev dbus-dev glib-dev intltool" |
pascal@11205 | 14 |
pascal@11205 | 15 # Rules to configure and make the package. |
pascal@11205 | 16 compile_rules() |
pascal@11205 | 17 { |
pascal@11205 | 18 cd $src |
pascal@11205 | 19 ./configure \ |
pascal@11205 | 20 --libexecdir=/usr/lib/$PACKAGE \ |
pascal@11205 | 21 --sysconfdir=/etc/gnome \ |
gokhlayeh@11573 | 22 --disable-pam \ |
gokhlayeh@11573 | 23 $CONFIGURE_ARGS && |
pascal@11205 | 24 make && make install |
pascal@11205 | 25 } |
pascal@11205 | 26 |
pascal@11205 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11205 | 28 genpkg_rules() |
pascal@11205 | 29 { |
pascal@11205 | 30 mkdir -p $fs/usr/lib |
pascal@11205 | 31 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@11205 | 32 } |