wok-next diff azdrawing/receipt @ rev 20080

fix
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 25 11:39:56 2017 +0200 (2017-10-25)
parents
children d5aab818505e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/azdrawing/receipt	Wed Oct 25 11:39:56 2017 +0200
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="azdrawing"
     1.7 +VERSION="1.5"
     1.8 +CATEGORY="graphics"
     1.9 +SHORT_DESC="A painting software for line drawings and monochrome cartoons"
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL3 LGPL3"
    1.12 +WEB_SITE="https://osdn.net/projects/azdrawing/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 +WGET_URL="http://acc.dl.osdn.jp/azdrawing/63500/$TARBALL"
    1.16 +
    1.17 +DEPENDS="fontconfig freetype libjpeg-turbo xorg-libX11 xorg-libXext \
    1.18 +xorg-libXft xorg-libXi zlib"
    1.19 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXft-dev libjpeg-turbo-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 +	sed -i "s|/usr/local|$DESTDIR/usr|; s|\$(MACRO) ||" Makefile
    1.26 +
    1.27 +	make && make install
    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 +}