wok annotate azpainter/receipt @ rev 22388
Up php (7.3.12)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 28 19:07:26 2019 +0100 (2019-11-28) |
parents | 8ca2b12767df |
children | 06698973c2dd |
rev | line source |
---|---|
pascal@19948 | 1 # SliTaz package receipt. |
pascal@19948 | 2 |
pascal@19948 | 3 PACKAGE="azpainter" |
Hans-G?nter@20734 | 4 VERSION="2.1.3" |
pascal@19948 | 5 CATEGORY="graphics" |
pascal@19948 | 6 SHORT_DESC="Full color painting software for illustration drawing." |
pascal@19948 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@19948 | 8 LICENSE="GPL3 BSD" |
pascal@19948 | 9 WEB_SITE="https://osdn.net/projects/azpainter/" |
Hans-G?nter@20734 | 10 |
Hans-G?nter@20734 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pascal@20745 | 12 WGET_URL="https://dotsrc.dl.osdn.net/osdn/$PACKAGE/70132/$TARBALL" |
pascal@19948 | 13 |
pascal@19948 | 14 DEPENDS="xorg-libX11 xorg-libXext xorg-libXi freetype fontconfig \ |
pascal@19948 | 15 libpng libjpeg-turbo" |
pascal@19948 | 16 BUILD_DEPENDS="xorg-dev freetype-dev \ |
pascal@19948 | 17 fontconfig-dev libpng-dev libjpeg-turbo-dev zlib-dev" |
pascal@19948 | 18 |
pascal@19948 | 19 # Rules to configure and make the package. |
pascal@19948 | 20 compile_rules() |
pascal@19948 | 21 { |
Hans-G?nter@20734 | 22 ./configure \ |
Hans-G?nter@20734 | 23 --prefix=/usr \ |
Hans-G?nter@20734 | 24 $CONFIGURE_ARGS && |
pascal@19948 | 25 make && |
pascal@19948 | 26 make DESTDIR=$DESTDIR install-strip |
pascal@19948 | 27 } |
pascal@19948 | 28 |
pascal@19948 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@19948 | 30 genpkg_rules() |
pascal@19948 | 31 { |
pascal@19948 | 32 cp -a $install/usr $fs |
pascal@19948 | 33 } |