wok-next annotate azpainter/receipt @ rev 20177

Up sctp-tools (1.0.17), sg3_utils (1.42), squid (3.5.27), strigi (0.7.8), unixODBC (2.3.4), vcdimager (0.7.24)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 02 09:14:23 2017 +0100 (2017-11-02)
parents
children dd145c435e4b
rev   line source
al@19716 1 # SliTaz package receipt.
al@19716 2
al@19716 3 PACKAGE="azpainter"
al@19716 4 VERSION="2.0.4"
al@19716 5 CATEGORY="graphics"
al@19716 6 SHORT_DESC="Full color painting software for illustration drawing"
al@19716 7 MAINTAINER="pascal.bellard@slitaz.org"
al@19716 8 LICENSE="GPL3 BSD"
al@19716 9 WEB_SITE="https://osdn.net/projects/azpainter/"
al@19716 10
al@19716 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19716 12 WGET_URL="http://rwthaachen.dl.osdn.jp/azpainter/67264/$TARBALL"
al@19716 13
al@19716 14 DEPENDS="fontconfig freetype libjpeg-turbo libpng xorg-libX11 xorg-libXext \
al@19716 15 xorg-libXi zlib"
al@19716 16 BUILD_DEPENDS="freetype-dev fontconfig-dev libjpeg-turbo-dev xorg-libX11-dev \
al@19716 17 xorg-libXext-dev xorg-libXi-dev"
al@19716 18
al@19716 19 # Rules to configure and make the package.
al@19716 20 compile_rules()
al@19716 21 {
al@19716 22 ./configure $CONFIGURE_ARGS &&
al@19716 23 make &&
al@19716 24 make DESTDIR=$DESTDIR install-strip
al@19716 25 }
al@19716 26
al@19716 27 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19716 28 genpkg_rules()
al@19716 29 {
al@19716 30 copy @std
al@19716 31 }