wok-undigest rev 486

Add libgnome-keyring
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 07 16:40:45 2011 +0200 (2011-10-07)
parents e904c2a0c2f3
children 57b203339a89
files gnome-python-desktop/receipt libgnome-keyring-dev/receipt libgnome-keyring/receipt libgnomeui/receipt
line diff
     1.1 --- a/gnome-python-desktop/receipt	Fri Oct 07 10:40:14 2011 +0200
     1.2 +++ b/gnome-python-desktop/receipt	Fri Oct 07 16:40:45 2011 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Python bindings for GNOME desktop (gnomekeyring, rsvg, wnck)."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="python GConf gnome-python gnome-keyring librsvg libwnck"
     1.7 -BUILD_DEPENDS="python-dev GConf-dev gnome-python gnome-keyring gnome-keyring-dev \
     1.8 +BUILD_DEPENDS="python-dev GConf-dev gnome-python libgnome-keyring gnome-keyring-dev \
     1.9  librsvg-dev libwnck-dev pygtk-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.gnome.org/"
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libgnome-keyring-dev/receipt	Fri Oct 07 16:40:45 2011 +0200
     2.3 @@ -0,0 +1,20 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="libgnome-keyring-dev"
     2.7 +VERSION="2.32.0"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="A libray that keep password and other secrets for users, development files."
    2.10 +MAINTAINER="pankso@slitaz.org"
    2.11 +WEB_SITE="http://www.gnome.org"
    2.12 +WANTED="libgnome-keyring"
    2.13 +
    2.14 +DEPENDS="libgnome-keyring"
    2.15 +
    2.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.17 +genpkg_rules()
    2.18 +{
    2.19 +	mkdir -p $fs/usr/lib
    2.20 +	cp -a $install/usr/include $fs/usr
    2.21 +	cp -a $install/usr/lib/*a $fs/usr/lib
    2.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    2.23 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/libgnome-keyring/receipt	Fri Oct 07 16:40:45 2011 +0200
     3.3 @@ -0,0 +1,31 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="libgnome-keyring"
     3.7 +VERSION="2.32.0"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="A libray that keep password and other secrets for users."
    3.10 +MAINTAINER="pankso@slitaz.org"
    3.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.12 +WEB_SITE="http://www.gnome.org"
    3.13 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    3.14 +
    3.15 +DEPENDS="libgcrypt dbus"
    3.16 +BUILD_DEPENDS="libgcrypt-dev dbus-dev"
    3.17 +
    3.18 +# Rules to configure and make the package.
    3.19 +compile_rules()
    3.20 +{
    3.21 +	cd $src
    3.22 +	./configure \
    3.23 +		--libexecdir=/usr/lib/$PACKAGE \
    3.24 +		--sysconfdir=/etc/gnome \
    3.25 +		--disable-pam &&
    3.26 +	make && make install
    3.27 +}
    3.28 +
    3.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.30 +genpkg_rules()
    3.31 +{
    3.32 +	mkdir -p $fs/usr/lib
    3.33 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    3.34 +}
     4.1 --- a/libgnomeui/receipt	Fri Oct 07 10:40:14 2011 +0200
     4.2 +++ b/libgnomeui/receipt	Fri Oct 07 16:40:45 2011 +0200
     4.3 @@ -6,7 +6,7 @@
     4.4  SHORT_DESC="This is the gui parts of what was previously gnome-libs"
     4.5  MAINTAINER="erjo@slitaz.org"
     4.6  DEPENDS="libgnome libgnomecanvas libglade libbonoboui gnome-keyring"
     4.7 -BUILD_DEPENDS="libgnome-dev libgnomecanvas-dev gnome-keyring gnome-keyring-dev libbonoboui-dev"
     4.8 +BUILD_DEPENDS="libgnome-dev libgnomecanvas-dev gnome-keyring libgnome-keyring-dev libbonoboui-dev"
     4.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.10  WEB_SITE="http://www.gnome.org"
    4.11  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"