wok annotate libglademm-dev/receipt @ rev 14714

lib[a-n]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 10:41:23 2013 +0200 (2013-06-11)
parents 99dddc18b9a5
children 8ed62ecac0c7
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@14714 12 DEPENDS="libglademm"
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