wok annotate gtk-sharp/receipt @ rev 21269
updated liboping and liboping-dev (1.9.0 -> 1.10.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 12 15:48:18 2019 +0100 (2019-04-12) |
parents | e54ac42d7a86 |
children | af8d823a3077 |
rev | line source |
---|---|
al@19502 | 1 # SliTaz package receipt. |
al@19502 | 2 |
al@19502 | 3 PACKAGE="gtk-sharp" |
al@19502 | 4 VERSION="2.12.26" |
al@19502 | 5 CATEGORY="libs" |
al@19502 | 6 SHORT_DESC="Gtk# is a Graphical User Interface Toolkit for mono and .Net" |
al@19502 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@19502 | 8 LICENSE="LGPL2.1" |
pascal@20669 | 9 WEB_SITE="https://www.mono-project.com/docs/gui/gtksharp/" |
al@19502 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@19502 | 11 num=${VERSION%.*}; num=${num//./} |
al@19502 | 12 WGET_URL="http://download.mono-project.com/sources/gtk-sharp$num/$TARBALL" |
al@19502 | 13 |
al@19502 | 14 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib glibc-base gtk+ \ |
al@19502 | 15 harfbuzz libffi libgio libglade libpng libxcb libxml2 pango pcre pixman \ |
al@19502 | 16 xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ |
al@19502 | 17 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \ |
al@19502 | 18 xorg-libXrender zlib" |
al@19502 | 19 BUILD_DEPENDS="gtk+-dev mono-dev libglade-dev" |
al@19502 | 20 |
al@19502 | 21 # Rules to configure and make the package. |
al@19502 | 22 compile_rules() |
al@19502 | 23 { |
al@19502 | 24 ./configure $CONFIGURE_ARGS && make && make install |
al@19502 | 25 } |
al@19502 | 26 |
al@19502 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19502 | 28 genpkg_rules() |
al@19502 | 29 { |
al@19502 | 30 cook_copy_files *.so *.dll *.config |
al@19502 | 31 } |