wok diff libsecret-dev/receipt @ rev 20177

Add intel-microcode
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 25 03:34:29 2018 +0200 (2018-01-25)
parents fca172c323cf
children 1daf24fb0842
line diff
     1.1 --- a/libsecret-dev/receipt	Fri Dec 04 17:18:44 2015 +0200
     1.2 +++ b/libsecret-dev/receipt	Thu Jan 25 03:34:29 2018 +0200
     1.3 @@ -1,22 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsecret-dev"
     1.7 -VERSION="0.18"
     1.8 +VERSION="0.18.5"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="libsecret Secret Service API devel files."
    1.11 +SHORT_DESC="GObject bindings for Secret Service API, development files"
    1.12  MAINTAINER="devl547@gmail.com"
    1.13  LICENSE="LGPL2.1"
    1.14 -WEB_SITE="http://gnome.org"
    1.15 +WEB_SITE="http://gnome.org/"
    1.16  HOST_ARCH="i486 arm"
    1.17  
    1.18  WANTED="libsecret"
    1.19 -DEPENDS="libsecret"
    1.20 +DEPENDS="libsecret glib-dev libgio-dev"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28 -	cp -a $install/usr/include $fs/usr
    1.29 +	cp -a $install/* $fs
    1.30 +	rm -r $fs/usr/bin $fs/usr/lib/*.so*
    1.31 +	rm -r $fs/usr/share/locale $fs/usr/share/gtk-doc
    1.32  }