wok-6.x diff pinta/receipt @ rev 23403
updated perl-test-simple (1.302007_004 -> 1.302172)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 17:51:11 2020 +0100 (2020-03-31) |
parents | |
children | 5ea0ce1cecc0 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pinta/receipt Tue Mar 31 17:51:11 2020 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="pinta" 1.7 +VERSION="1.6" 1.8 +CATEGORY="graphics" 1.9 +SHORT_DESC="Free, open source program for drawing and image editing" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="MIT" 1.12 +WEB_SITE="https://pinta-project.com/" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="https://github.com/PintaProject/Pinta/archive/$VERSION.tar.gz" 1.15 +COOKOPTS="!pixmaps" 1.16 + 1.17 +DEPENDS="mono gtk-sharp" 1.18 +BUILD_DEPENDS="automake mono-dev gtk-sharp-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + ./autogen.sh 1.24 + make && make install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + cook_copy_files pinta *.dll *.exe *.mo 1.31 + cook_copy_icons 16 32 # 48 is absent 1.32 +}