wok annotate gucharmap3-dev/receipt @ rev 22351

umfpack: hide metis-4.0 missing
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 18 16:07:36 2019 +0100 (2019-11-18)
parents c04d1e0a8c6f
children
rev   line source
al@19198 1 # SliTaz package receipt.
al@19198 2
al@19198 3 PACKAGE="gucharmap3-dev"
al@19198 4 VERSION="3.18.2"
al@19198 5 CATEGORY="development"
al@19198 6 SHORT_DESC="GNOME Character Map (GTK+3), development files"
al@19198 7 MAINTAINER="al.bobylev@gmail.com"
al@19198 8 LICENSE="GPL3"
al@19198 9 WEB_SITE="https://wiki.gnome.org/action/show/Apps/Gucharmap"
al@19198 10
al@19198 11 WANTED="gucharmap3"
pascal@19774 12 DEPENDS="gucharmap3 pkg-config"
al@19198 13
al@19198 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19198 15 genpkg_rules()
al@19198 16 {
al@19198 17 mkdir -p $fs/usr/lib $fs/usr/share
al@19198 18 cp -a $install/usr/include $fs/usr
al@19198 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
al@19198 20 cp -a $install/usr/lib/*.la $fs/usr/lib
al@19198 21 cp -a $install/usr/share/gir-1.0 $fs/usr/share
al@19198 22 }