wok annotate azdrawing/receipt @ rev 20489
Add perl-devel-checklib
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 26 16:03:34 2018 +0200 (2018-10-26) |
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 } |