wok-current annotate gtk-sharp/receipt @ rev 20221
Up advancecomp (2.1), lzip (1.20), lzo (2.10), lzop (1.04)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 26 17:40:15 2018 +0100 (2018-02-26) |
parents | |
children | a78610b2eb47 |
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" |
al@19502 | 9 WEB_SITE="http://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 } |