wok annotate libglademm-dev/receipt @ rev 17979

mtpaint: view external using GPicView, print image using Yad, view documentation online using TazWeb.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 18 17:02:44 2015 +0300 (2015-04-18)
parents 4904e3d374a9
children eeba7ab1dffe
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"
gokhlayeh@7030 10 WEB_SITE="http://gtkmm.sourceforge.net/"
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