wok annotate libwnck3-dev/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents fc9203de5ff2
children
rev   line source
al@18939 1 # SliTaz package receipt.
al@18939 2
al@18939 3 PACKAGE="libwnck3-dev"
al@18939 4 VERSION="3.14.1"
al@18939 5 CATEGORY="development"
al@18939 6 SHORT_DESC="libwnck devel files (GTK+3)"
al@18939 7 MAINTAINER="al.bobylev@gmail.com"
al@18939 8 LICENSE="LGPL2"
pascal@20421 9 WEB_SITE="https://www.gnome.org/"
al@18939 10
al@18939 11 WANTED="libwnck3"
pascal@19774 12 DEPENDS="libwnck3 pkg-config gtk+3-dev startup-notification-dev"
al@18939 13
al@18939 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18939 15 genpkg_rules()
al@18939 16 {
al@18939 17 mkdir -p $fs/usr/lib $fs/usr/share
al@18939 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
al@18939 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
al@18939 20 cp -a $install/usr/include $fs/usr
al@18939 21 cp -a $install/usr/share/gir-1.0 $fs/usr/share
al@18939 22 }