wok annotate libglademm-dev/receipt @ rev 24793

updated libgpg-error and libgpg-error-dev (1.37 -> 1.44)
author Hans-G?nter Theisgen
date Mon Mar 21 15:45:38 2022 +0100 (2022-03-21)
parents 8ed62ecac0c7
children
rev   line source
gokhlayeh@7030 1 # SliTaz package receipt.
gokhlayeh@7030 2
gokhlayeh@7030 3 PACKAGE="libglademm-dev"
gokhlayeh@7030 4 VERSION="2.6.7"
gokhlayeh@7030 5 CATEGORY="system-tools"
gokhlayeh@7030 6 SHORT_DESC="A C++ wrapper for libglade (devel files)."
gokhlayeh@7030 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@14714 8 LICENSE="LGPL2.1"
gokhlayeh@7030 9 WANTED="libglademm"
pascal@20674 10 WEB_SITE="https://www.gtkmm.org/en/"
gokhlayeh@7030 11
pascal@15597 12 DEPENDS="libglademm pkg-config"
pascal@14714 13
gokhlayeh@7030 14 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@7030 15 genpkg_rules()
gokhlayeh@7030 16 {
gokhlayeh@7030 17 mkdir -p $fs/usr
pascal@14714 18 cp -a $install/usr/lib $fs/usr
pascal@14714 19 cp -a $install/usr/include $fs/usr
gokhlayeh@7030 20 rm $fs/usr/lib/*.so*
gokhlayeh@7030 21 }
gokhlayeh@7030 22