wok diff libsecret/receipt @ rev 19459
openbox, obconf: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 22 10:46:42 2016 +0200 (2016-10-22) |
parents | 46fc8daa3b41 |
children | 1daf24fb0842 |
line diff
1.1 --- a/libsecret/receipt Thu Sep 10 10:00:06 2015 +0200 1.2 +++ b/libsecret/receipt Sat Oct 22 10:46:42 2016 +0200 1.3 @@ -1,34 +1,33 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libsecret" 1.7 -VERSION="0.18" 1.8 -SHORT_DESC="GObject based library for accessing the Secret Service API." 1.9 +VERSION="0.18.5" 1.10 +SERIES="0.18" 1.11 +SHORT_DESC="GObject based library for accessing the Secret Service API" 1.12 MAINTAINER="devl547@gmail.com" 1.13 LICENSE="LGPL2.1" 1.14 +CATEGORY="security" 1.15 +WEB_SITE="http://gnome.org/" 1.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.17 -CATEGORY="security" 1.18 -WEB_SITE="http://gnome.org" 1.19 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/$VERSION/$TARBALL" 1.20 +WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL" 1.21 HOST_ARCH="i486 arm" 1.22 1.23 -DEPENDS="libgcrypt" 1.24 -BUILD_DEPENDS="libgcrypt-dev" 1.25 +DEPENDS="libgio libgpg-error" 1.26 +BUILD_DEPENDS="libgcrypt-dev gobject-introspection-dev vala" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - cd $src 1.32 - ./configure --disable-static \ 1.33 + ./configure \ 1.34 --disable-manpages \ 1.35 - --disable-gtk-doc \ 1.36 $CONFIGURE_ARGS && 1.37 - make && 1.38 - make DESTDIR=$DESTDIR install 1.39 + make && make install 1.40 } 1.41 1.42 # Rules to gen a SliTaz package suitable for Tazpkg. 1.43 genpkg_rules() 1.44 { 1.45 mkdir -p $fs/usr/lib 1.46 + cp -a $install/usr/bin $fs/usr 1.47 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.48 }