wok-current view libsecret-dev/receipt @ rev 21613
Add lzsa
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 23 18:15:32 2019 +0200 (2019-05-23) |
parents | ac006a7bf27c |
children | a23978bfa665 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libsecret-dev"
4 VERSION="0.18.5"
5 CATEGORY="development"
6 SHORT_DESC="GObject bindings for Secret Service API, development files"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://gnome.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="libsecret"
13 DEPENDS="libsecret glib-dev libgio-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cp -a $install/* $fs
19 rm -r $fs/usr/bin $fs/usr/lib/*.so*
20 rm -r $fs/usr/share/locale $fs/usr/share/gtk-doc
21 }