wok rev 19950
Add azdrawing
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 08 11:32:08 2017 +0200 (2017-05-08) |
parents | 9ca81337dc6e |
children | 97703c4707ad |
files | azdrawing/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/azdrawing/receipt Mon May 08 11:32:08 2017 +0200 1.3 @@ -0,0 +1,28 @@ 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 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="https://osdn.net/projects/azdrawing/" 1.14 +WGET_URL="http://acc.dl.osdn.jp/azdrawing/63500/$TARBALL" 1.15 + 1.16 +DEPENDS="xorg-libX11 xorg-libXext xorg-libXi xorg-libXft freetype fontconfig \ 1.17 +libjpeg-turbo" 1.18 +BUILD_DEPENDS="xorg-dev freetype-dev fontconfig-dev libjpeg-turbo-dev zlib-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + sed -i "s|/usr/local|$DESTDIR/usr|" Makefile 1.24 + make && make install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + cp -a $install/usr $fs 1.31 +}