wok annotate azdrawing/receipt @ rev 20746
updated bleachbit (0.9.4 -> 2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 10 10:49:22 2019 +0100 (2019-02-10) |
parents | 9fcfa861ae3f |
children | 1ab5f2d42d60 |
rev | line source |
---|---|
pascal@19950 | 1 # SliTaz package receipt. |
pascal@19950 | 2 |
pascal@19950 | 3 PACKAGE="azdrawing" |
pascal@19950 | 4 VERSION="1.5" |
pascal@19950 | 5 CATEGORY="graphics" |
pascal@19950 | 6 SHORT_DESC="A painting software for line drawings and monochrome cartoons." |
pascal@19950 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@19950 | 8 LICENSE="GPL3 LGPL3" |
pascal@19950 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@19950 | 10 WEB_SITE="https://osdn.net/projects/azdrawing/" |
pascal@19950 | 11 WGET_URL="http://acc.dl.osdn.jp/azdrawing/63500/$TARBALL" |
pascal@19950 | 12 |
pascal@19950 | 13 DEPENDS="xorg-libX11 xorg-libXext xorg-libXi xorg-libXft freetype fontconfig \ |
pascal@19950 | 14 libjpeg-turbo" |
pascal@19950 | 15 BUILD_DEPENDS="xorg-dev freetype-dev fontconfig-dev libjpeg-turbo-dev zlib-dev" |
pascal@19950 | 16 |
pascal@19950 | 17 # Rules to configure and make the package. |
pascal@19950 | 18 compile_rules() |
pascal@19950 | 19 { |
pascal@19951 | 20 sed -i "s|/usr/local|$DESTDIR/usr|;s|\$(MACRO) ||" Makefile |
pascal@19950 | 21 make && make install |
pascal@19950 | 22 } |
pascal@19950 | 23 |
pascal@19950 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@19950 | 25 genpkg_rules() |
pascal@19950 | 26 { |
pascal@19950 | 27 cp -a $install/usr $fs |
pascal@19950 | 28 } |