wok-next diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/azpainter/receipt	Thu Nov 02 09:14:23 2017 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="azpainter"
     1.7 +VERSION="2.0.4"
     1.8 +CATEGORY="graphics"
     1.9 +SHORT_DESC="Full color painting software for illustration drawing"
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL3 BSD"
    1.12 +WEB_SITE="https://osdn.net/projects/azpainter/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 +WGET_URL="http://rwthaachen.dl.osdn.jp/azpainter/67264/$TARBALL"
    1.16 +
    1.17 +DEPENDS="fontconfig freetype libjpeg-turbo libpng xorg-libX11 xorg-libXext \
    1.18 +xorg-libXi zlib"
    1.19 +BUILD_DEPENDS="freetype-dev fontconfig-dev libjpeg-turbo-dev xorg-libX11-dev \
    1.20 +xorg-libXext-dev xorg-libXi-dev"
    1.21 +
    1.22 +# Rules to configure and make the package.
    1.23 +compile_rules()
    1.24 +{
    1.25 +	./configure $CONFIGURE_ARGS &&
    1.26 +	make &&
    1.27 +	make DESTDIR=$DESTDIR install-strip
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	copy @std
    1.34 +}