# SliTaz package receipt. PACKAGE="libgnome-keyring" VERSION="2.32.0" CATEGORY="x-window" SHORT_DESC="A libray that keep password and other secrets for users." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnome.org" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="libgcrypt dbus glib" BUILD_DEPENDS="libgcrypt-dev dbus-dev intltool" # Rules to configure and make the package. compile_rules() { cd $src ./configure \ --libexecdir=/usr/lib/$PACKAGE \ --sysconfdir=/etc/gnome \ --disable-pam \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib }