wok view gtk-sharp/receipt @ rev 20891

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:20:18 2019 +0100 (2019-02-26)
parents e54ac42d7a86
children af8d823a3077
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-sharp"
4 VERSION="2.12.26"
5 CATEGORY="libs"
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="https://www.mono-project.com/docs/gui/gtksharp/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 num=${VERSION%.*}; num=${num//./}
12 WGET_URL="http://download.mono-project.com/sources/gtk-sharp$num/$TARBALL"
14 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib glibc-base gtk+ \
15 harfbuzz libffi libgio libglade libpng libxcb libxml2 pango pcre pixman \
16 xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \
17 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \
18 xorg-libXrender zlib"
19 BUILD_DEPENDS="gtk+-dev mono-dev libglade-dev"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 ./configure $CONFIGURE_ARGS && make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cook_copy_files *.so *.dll *.config
31 }