wok-6.x annotate pinta/receipt @ rev 19541
Up cookutils (843)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Dec 05 04:55:00 2016 +0200 (2016-12-05) |
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 } |