wok view libgnome-keyring-dev/receipt @ rev 21947

updated spl (0.7.7 -> 0.7.13)
author Hans-G?nter Theisgen
date Tue Oct 08 17:14:12 2019 +0100 (2019-10-08)
parents c49277dae7e9
children 57fc61c8b313
line source
1 # SliTaz package receipt.
3 PACKAGE="libgnome-keyring-dev"
4 VERSION="2.32.0"
5 CATEGORY="development"
6 SHORT_DESC="A libray that keep password and other secrets for users, development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://www.gnome.org"
10 WANTED="libgnome-keyring"
11 HOST_ARCH="i486 arm"
13 DEPENDS="libgnome-keyring pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }