wok diff gtk-sharp-dev/receipt @ rev 20212

Force host arch to i486
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 24 12:51:10 2018 +0100 (2018-02-24)
parents
children a78610b2eb47
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtk-sharp-dev/receipt	Sat Feb 24 12:51:10 2018 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gtk-sharp-dev"
     1.7 +VERSION="2.12.26"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Gtk# is a Graphical User Interface Toolkit for mono and .Net"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="LGPL2.1"
    1.12 +WEB_SITE="http://www.mono-project.com/docs/gui/gtksharp/"
    1.13 +
    1.14 +WANTED="gtk-sharp"
    1.15 +DEPENDS="gtk-sharp"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	cook_copy_folders bin
    1.21 +	cook_copy_files *.a *.la *.pc *.xml *.exe *.pl
    1.22 +}