wok-next annotate libgnome-keyring/receipt @ rev 19714
Up cookutils (901)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 12 16:19:41 2017 +0300 (2017-05-12) |
parents | a00bf44ed23d |
children | 16a417e1e89d |
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@15004 | 8 LICENSE="LGPL2" |
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@19099 | 12 HOST_ARCH="i486 arm" |
pascal@11205 | 13 |
gokhlayeh@11456 | 14 DEPENDS="libgcrypt dbus glib" |
pascal@12610 | 15 BUILD_DEPENDS="libgcrypt-dev dbus-dev glib-dev intltool" |
pascal@11205 | 16 |
pascal@11205 | 17 # Rules to configure and make the package. |
pascal@11205 | 18 compile_rules() |
pascal@11205 | 19 { |
pascal@11205 | 20 cd $src |
pascal@11205 | 21 ./configure \ |
pascal@11205 | 22 --libexecdir=/usr/lib/$PACKAGE \ |
pascal@11205 | 23 --sysconfdir=/etc/gnome \ |
gokhlayeh@11573 | 24 --disable-pam \ |
gokhlayeh@11573 | 25 $CONFIGURE_ARGS && |
pascal@11205 | 26 make && make install |
pascal@11205 | 27 } |
pascal@11205 | 28 |
pascal@11205 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11205 | 30 genpkg_rules() |
pascal@11205 | 31 { |
pascal@11205 | 32 mkdir -p $fs/usr/lib |
pascal@11205 | 33 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@11205 | 34 } |