wok annotate gucharmap-dev/receipt @ rev 23514

updated python-nose (0.11.3 -> 1.3.7)
author Hans-G?nter Theisgen
date Mon Apr 06 10:58:44 2020 +0100 (2020-04-06)
parents d54c165d2604
children
rev   line source
al@19198 1 # SliTaz package receipt.
al@19198 2
al@19198 3 PACKAGE="gucharmap-dev"
al@19198 4 VERSION="3.0.1"
al@19198 5 CATEGORY="development"
al@19198 6 SHORT_DESC="GNOME Character Map (GTK+2), 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="gucharmap"
pascal@19774 12 DEPENDS="gucharmap 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 }