wok-next annotate pinta/receipt @ rev 19783

Up receipts to v2 syntax: cook_copy_files & cook_copy_folders -> copy
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 18 04:38:10 2017 +0300 (2017-06-18)
parents e54ac42d7a86
children 85a0f869ebc9
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@19783 27 copy pinta *.dll *.exe *.mo
al@19502 28 cook_copy_icons 16 32 # 48 is absent
al@19502 29 }