wok-current diff gtk-sharp/receipt @ rev 19864
openbox: patch to have round corners :-)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 26 21:39:03 2017 +0200 (2017-03-26) |
parents | |
children | a78610b2eb47 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gtk-sharp/receipt Sun Mar 26 21:39:03 2017 +0200 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gtk-sharp" 1.7 +VERSION="2.12.26" 1.8 +CATEGORY="libs" 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 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +num=${VERSION%.*}; num=${num//./} 1.15 +WGET_URL="http://download.mono-project.com/sources/gtk-sharp$num/$TARBALL" 1.16 + 1.17 +DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib glibc-base gtk+ \ 1.18 +harfbuzz libffi libgio libglade libpng libxcb libxml2 pango pcre pixman \ 1.19 +xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ 1.20 +xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \ 1.21 +xorg-libXrender zlib" 1.22 +BUILD_DEPENDS="gtk+-dev mono-dev libglade-dev" 1.23 + 1.24 +# Rules to configure and make the package. 1.25 +compile_rules() 1.26 +{ 1.27 + ./configure $CONFIGURE_ARGS && make && make install 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + cook_copy_files *.so *.dll *.config 1.34 +}