wok annotate libgnome-keyring/receipt @ rev 15146
cocoalib: create Makefile_dependencies (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 12:56:59 2013 +0000 (2013-08-15) |
parents | 4904e3d374a9 |
children | ebd13d88e221 |
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@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 } |