wok annotate libgnome-keyring-dev/receipt @ rev 24737
updated libevdev and libevdev-dev (1.9.0 -> 1.12.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 16 09:39:00 2022 +0100 (2022-03-16) |
parents | 6e8b1bcb30e2 |
children |
rev | line source |
---|---|
pascal@11205 | 1 # SliTaz package receipt. |
pascal@11205 | 2 |
pascal@11205 | 3 PACKAGE="libgnome-keyring-dev" |
Hans-G?nter@23036 | 4 VERSION="3.12.0" |
pascal@11205 | 5 CATEGORY="development" |
Hans-G?nter@23036 | 6 SHORT_DESC="A libray that keeps password and other secrets for users, development files." |
pascal@11205 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15004 | 8 LICENSE="LGPL2" |
pascal@20671 | 9 WEB_SITE="https://www.gnome.org" |
pascal@11205 | 10 |
pascal@15597 | 11 DEPENDS="libgnome-keyring pkg-config" |
Hans-G?nter@23036 | 12 WANTED="libgnome-keyring" |
Hans-G?nter@23036 | 13 |
Hans-G?nter@23036 | 14 HOST_ARCH="i486 arm" |
pascal@11205 | 15 |
pascal@11205 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11205 | 17 genpkg_rules() |
pascal@11205 | 18 { |
pascal@11205 | 19 mkdir -p $fs/usr/lib |
Hans-G?nter@23036 | 20 |
Hans-G?nter@23036 | 21 cp -a $install/usr/include $fs/usr |
Hans-G?nter@23036 | 22 cp -a $install/usr/lib/*a $fs/usr/lib |
Hans-G?nter@23036 | 23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@11205 | 24 } |