wok-current annotate libsecret-dev/receipt @ rev 23502
updated python-ldap (2.4.9 -> 3.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 08:15:43 2020 +0100 (2020-04-06) |
parents | ac006a7bf27c |
children | a23978bfa665 |
rev | line source |
---|---|
devl547@17583 | 1 # SliTaz package receipt. |
devl547@17583 | 2 |
devl547@17583 | 3 PACKAGE="libsecret-dev" |
al@19226 | 4 VERSION="0.18.5" |
devl547@17583 | 5 CATEGORY="development" |
al@19226 | 6 SHORT_DESC="GObject bindings for Secret Service API, development files" |
devl547@17583 | 7 MAINTAINER="devl547@gmail.com" |
pascal@18334 | 8 LICENSE="LGPL2.1" |
pascal@21124 | 9 WEB_SITE="https://gnome.org/" |
devl547@17583 | 10 HOST_ARCH="i486 arm" |
devl547@17583 | 11 |
al@18668 | 12 WANTED="libsecret" |
al@19226 | 13 DEPENDS="libsecret glib-dev libgio-dev" |
al@18668 | 14 |
devl547@17583 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@17583 | 16 genpkg_rules() |
devl547@17583 | 17 { |
al@19226 | 18 cp -a $install/* $fs |
al@19226 | 19 rm -r $fs/usr/bin $fs/usr/lib/*.so* |
al@19226 | 20 rm -r $fs/usr/share/locale $fs/usr/share/gtk-doc |
devl547@17583 | 21 } |