wok view gtk-sharp-dev/receipt @ rev 20007

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 12:34:36 2017 -0300 (2017-08-02)
parents
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-sharp-dev"
4 VERSION="2.12.26"
5 CATEGORY="development"
6 SHORT_DESC="Gtk# is a Graphical User Interface Toolkit for mono and .Net"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.mono-project.com/docs/gui/gtksharp/"
11 WANTED="gtk-sharp"
12 DEPENDS="gtk-sharp"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders bin
18 cook_copy_files *.a *.la *.pc *.xml *.exe *.pl
19 }