wok-undigest view libmatekeyring/receipt @ rev 1091

Add most MATE desktop pkgs (was in a local wok for too long time...)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 02 18:04:57 2014 +0100 (2014-01-02)
parents
children 80d225ffc666
line source
1 # SliTaz package receipt.
3 PACKAGE="libmatekeyring"
4 VERSION="1.4.0"
5 CATEGORY="x-window"
6 SHORT_DESC="MATE Desktop keyring library."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://mate-desktop.org"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WGET_URL="http://pub.mate-desktop.org/releases/1.4/$TARBALL"
12 DEPENDS="glib mate-common libgcrypt dbus"
13 BUILD_DEPENDS="glib-dev mate-common libgcrypt-dev dbus-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./autogen.sh \
20 --sysconfdir=/etc \
21 --libexecdir=/usr/lib/mate-keyring \
22 --disable-static \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib
31 cp -a $install/usr/lib/*.so* $fs/usr/lib
32 }