wok annotate libwnck3-dev/receipt @ rev 19409

openssh: add jump host ProxyCommand
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 20 16:04:52 2016 +0200 (2016-09-20)
parents
children fc9203de5ff2
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"
al@18939 9 WEB_SITE="http://www.gnome.org/"
al@18939 10
al@18939 11 DEPENDS="libwnck3 gtk+3-dev startup-notification-dev"
al@18939 12 WANTED="libwnck3"
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 }