wok annotate pinta/receipt @ rev 22649

updated djview (4.10.3 -> 4.10.6)
author Hans-G?nter Theisgen
date Tue Jan 14 13:39:45 2020 +0100 (2020-01-14)
parents
children 5ea0ce1cecc0
rev   line source
al@19502 1 # SliTaz package receipt.
al@19502 2
al@19502 3 PACKAGE="pinta"
al@19502 4 VERSION="1.6"
al@19502 5 CATEGORY="graphics"
al@19502 6 SHORT_DESC="Free, open source program for drawing and image editing"
al@19502 7 MAINTAINER="al.bobylev@gmail.com"
al@19502 8 LICENSE="MIT"
al@19502 9 WEB_SITE="https://pinta-project.com/"
al@19502 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19502 11 WGET_URL="https://github.com/PintaProject/Pinta/archive/$VERSION.tar.gz"
al@19502 12 COOKOPTS="!pixmaps"
al@19502 13
al@19502 14 DEPENDS="mono gtk-sharp"
al@19502 15 BUILD_DEPENDS="automake mono-dev gtk-sharp-dev"
al@19502 16
al@19502 17 # Rules to configure and make the package.
al@19502 18 compile_rules()
al@19502 19 {
al@19502 20 ./autogen.sh
al@19502 21 make && make install
al@19502 22 }
al@19502 23
al@19502 24 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19502 25 genpkg_rules()
al@19502 26 {
al@19502 27 cook_copy_files pinta *.dll *.exe *.mo
al@19502 28 cook_copy_icons 16 32 # 48 is absent
al@19502 29 }