wok rev 19502
Add gtk-sharp, pinta.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Nov 17 02:51:28 2016 +0200 (2016-11-17) |
parents | 50333240ef8e |
children | 3d4f04530b1a |
files | gtk-sharp-dev/receipt gtk-sharp/receipt pinta/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gtk-sharp-dev/receipt Thu Nov 17 02:51:28 2016 +0200 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 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/gtk-sharp/receipt Thu Nov 17 02:51:28 2016 +0200 2.3 @@ -0,0 +1,31 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="gtk-sharp" 2.7 +VERSION="2.12.26" 2.8 +CATEGORY="libs" 2.9 +SHORT_DESC="Gtk# is a Graphical User Interface Toolkit for mono and .Net" 2.10 +MAINTAINER="al.bobylev@gmail.com" 2.11 +LICENSE="LGPL2.1" 2.12 +WEB_SITE="http://www.mono-project.com/docs/gui/gtksharp/" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 +num=${VERSION%.*}; num=${num//./} 2.15 +WGET_URL="http://download.mono-project.com/sources/gtk-sharp$num/$TARBALL" 2.16 + 2.17 +DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib glibc-base gtk+ \ 2.18 +harfbuzz libffi libgio libglade libpng libxcb libxml2 pango pcre pixman \ 2.19 +xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ 2.20 +xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \ 2.21 +xorg-libXrender zlib" 2.22 +BUILD_DEPENDS="gtk+-dev mono-dev libglade-dev" 2.23 + 2.24 +# Rules to configure and make the package. 2.25 +compile_rules() 2.26 +{ 2.27 + ./configure $CONFIGURE_ARGS && make && make install 2.28 +} 2.29 + 2.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.31 +genpkg_rules() 2.32 +{ 2.33 + cook_copy_files *.so *.dll *.config 2.34 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/pinta/receipt Thu Nov 17 02:51:28 2016 +0200 3.3 @@ -0,0 +1,29 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="pinta" 3.7 +VERSION="1.6" 3.8 +CATEGORY="graphics" 3.9 +SHORT_DESC="Free, open source program for drawing and image editing" 3.10 +MAINTAINER="al.bobylev@gmail.com" 3.11 +LICENSE="MIT" 3.12 +WEB_SITE="https://pinta-project.com/" 3.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 3.14 +WGET_URL="https://github.com/PintaProject/Pinta/archive/$VERSION.tar.gz" 3.15 +COOKOPTS="!pixmaps" 3.16 + 3.17 +DEPENDS="mono gtk-sharp" 3.18 +BUILD_DEPENDS="automake mono-dev gtk-sharp-dev" 3.19 + 3.20 +# Rules to configure and make the package. 3.21 +compile_rules() 3.22 +{ 3.23 + ./autogen.sh 3.24 + make && make install 3.25 +} 3.26 + 3.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.28 +genpkg_rules() 3.29 +{ 3.30 + cook_copy_files pinta *.dll *.exe *.mo 3.31 + cook_copy_icons 16 32 # 48 is absent 3.32 +}