wok-current rev 19955
Add azpainter1
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 09 09:23:57 2017 +0200 (2017-05-09) |
parents | f65adf6ed088 |
children | f607fcd5661e |
files | azpainter1/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/azpainter1/receipt Tue May 09 09:23:57 2017 +0200 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="azpainter1" 1.7 +SOURCE="azpainter" 1.8 +VERSION="1.0.7" 1.9 +CATEGORY="graphics" 1.10 +SHORT_DESC="Full color painting software for illustration drawing." 1.11 +MAINTAINER="pascal.bellard@slitaz.org" 1.12 +LICENSE="GPL3 LGPL3" 1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 +WEB_SITE="https://osdn.net/projects/azpainter/" 1.15 +WGET_URL="http://rwthaachen.dl.osdn.jp/azpainter/64397/$TARBALL" 1.16 + 1.17 +DEPENDS="xorg-libX11 xorg-libXext xorg-libXi freetype fontconfig libpng jpeg" 1.18 +BUILD_DEPENDS="xorg-dev freetype-dev fontconfig-dev libpng-dev jpeg-dev \ 1.19 +zlib-dev" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + sed -i "s|/usr/local|$DESTDIR/usr|;s|gtk|echo &|" Makefile 1.25 + make && 1.26 + make DESTDIR=$DESTDIR install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + cp -a $install/usr $fs 1.33 +}