wok-next rev 19716
Add azdrawing, azpainter, azpainter1
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 18 13:46:09 2017 +0300 (2017-05-18) |
parents | 492f564c3a72 |
children | 9ab8be819003 |
files | azdrawing/receipt azpainter/receipt azpainter1/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/azdrawing/receipt Thu May 18 13:46:09 2017 +0300 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 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/azpainter/receipt Thu May 18 13:46:09 2017 +0300 2.3 @@ -0,0 +1,31 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="azpainter" 2.7 +VERSION="2.0.4" 2.8 +CATEGORY="graphics" 2.9 +SHORT_DESC="Full color painting software for illustration drawing" 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +LICENSE="GPL3 BSD" 2.12 +WEB_SITE="https://osdn.net/projects/azpainter/" 2.13 + 2.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 +WGET_URL="http://rwthaachen.dl.osdn.jp/azpainter/67264/$TARBALL" 2.16 + 2.17 +DEPENDS="fontconfig freetype libjpeg-turbo libpng xorg-libX11 xorg-libXext \ 2.18 +xorg-libXi zlib" 2.19 +BUILD_DEPENDS="freetype-dev fontconfig-dev libjpeg-turbo-dev xorg-libX11-dev \ 2.20 +xorg-libXext-dev xorg-libXi-dev" 2.21 + 2.22 +# Rules to configure and make the package. 2.23 +compile_rules() 2.24 +{ 2.25 + ./configure $CONFIGURE_ARGS && 2.26 + make && 2.27 + make DESTDIR=$DESTDIR install-strip 2.28 +} 2.29 + 2.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.31 +genpkg_rules() 2.32 +{ 2.33 + copy @std 2.34 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/azpainter1/receipt Thu May 18 13:46:09 2017 +0300 3.3 @@ -0,0 +1,31 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="azpainter1" 3.7 +VERSION="1.0.7" 3.8 +CATEGORY="graphics" 3.9 +SHORT_DESC="Full color painting software for illustration drawing (v.1 series)" 3.10 +MAINTAINER="pascal.bellard@slitaz.org" 3.11 +LICENSE="GPL3 LGPL3" 3.12 +WEB_SITE="https://osdn.net/projects/azpainter/" 3.13 + 3.14 +TARBALL="azpainter-$VERSION.tar.bz2" 3.15 +WGET_URL="http://rwthaachen.dl.osdn.jp/azpainter/64397/$TARBALL" 3.16 + 3.17 +DEPENDS="fontconfig freetype libjpeg-turbo xorg-libX11 xorg-libXext \ 3.18 +xorg-libXft xorg-libXi zlib" 3.19 +BUILD_DEPENDS="libjpeg-turbo-dev freetype-dev xorg-libX11-dev xorg-libXext-dev \ 3.20 +xorg-libXi-dev xorg-libXft-dev" 3.21 + 3.22 +# Rules to configure and make the package. 3.23 +compile_rules() 3.24 +{ 3.25 + sed -i "s|/usr/local|$DESTDIR/usr|; s|gtk|echo &|;s|\$(MACRO) ||" Makefile 3.26 + make && 3.27 + make DESTDIR=$DESTDIR install 3.28 +} 3.29 + 3.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.31 +genpkg_rules() 3.32 +{ 3.33 + copy @std 3.34 +}